#DD9C73

Color #DD9C73 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #DD9C73

Tints of Feldspar #DD9C73

Color information

#DD9C73 (or 0xDD9C73) is unknown color: approx Feldspar. HEX triplet: DD, 9C and 73. RGB value is (221,156,115). Sum of RGB (Red+Green+Blue) = 221+156+115=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9C73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9C73 is #22638C. Grayscale: #AAAAAA. Windows color (decimal): -2253709 or 7576797. OLE color: 7576797.

HSL color Cylindrical-coordinate representation of color #DD9C73: hue angle of 23.21º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DD9C73 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB221156115-
CMYK00.290.480.13
HSL23.21º60.92%65.88%-
HSV(B)23.21º47.96%86.67%-
XYZ44.840.3921.65-
YUV170.7696.53163.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 44.92%
GREEN value IS 156 (61.33% from 255) = 31.71%
BLUE value IS 115 (45.31% from 255) = 23.37%
R=44.92%
G=31.71%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115611500.290.480.1323.2160.9265.88
HexDD9C7301D30D173d42
Octal33523416303560152775102
Binary110111011001110011100110111011100001101101111111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9C73; }

 p { color: rgb(221,156,115); }

 H1.HeaderClassName
 {
   color: #DD9C73;
 }
 .AnyTagClassName
 {
   color: #DD9C73;
 }
</style>
background-color css

<style>
 a { background-color: #DD9C73; }

 a { background-color: rgb(221,156,115); }

 div.DivClassName
 {
   background-color: #DD9C73;
 }
 .BgClassName
 {
   background-color: #DD9C73;
 }
</style>
border-color css

<style>
 span { border-color: #DD9C73; }

 span { border-color: rgb(221,156,115); }

 td.TdClassName
 {
   border-color: #DD9C73;
 }
 .TagClassName
 {
   border-color: #DD9C73;
 }
</style>