#DECC9F

Color #DECC9F Double Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Colonial White #DECC9F

Tints of Double Colonial White #DECC9F

Color information

#DECC9F (or 0xDECC9F) is unknown color: approx Double Colonial White. HEX triplet: DE, CC and 9F. RGB value is (222,204,159). Sum of RGB (Red+Green+Blue) = 222+204+159=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC9F is #213360. Grayscale: #CCCCCC. Windows color (decimal): -2175841 or 10472670. OLE color: 10472670.

HSL color Cylindrical-coordinate representation of color #DECC9F: hue angle of 42.86º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DECC9F is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB222204159-
CMYK00.080.280.13
HSL42.86º48.84%74.71%-
HSV(B)42.86º28.38%87.06%-
XYZ57.9861.2241.56-
YUV204.25102.46140.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.95%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 159 (62.5% from 255) = 27.18%
R=37.95%
G=34.87%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220415900.080.280.1342.8648.8474.71
HexDECC9F081CD2b314b
Octal33631423701034155361113
Binary110111101100110010011111010001110011011010111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC9F; }

 p { color: rgb(222,204,159); }

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

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

 a { background-color: rgb(222,204,159); }

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

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

 span { border-color: rgb(222,204,159); }

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