#DECC9D

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

Shades of Double Colonial White #DECC9D

Tints of Double Colonial White #DECC9D

Color information

#DECC9D (or 0xDECC9D) is unknown color: approx Double Colonial White. HEX triplet: DE, CC and 9D. RGB value is (222,204,157). Sum of RGB (Red+Green+Blue) = 222+204+157=583 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.08% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC9D is #213362. Grayscale: #CCCCCC. Windows color (decimal): -2175843 or 10341598. OLE color: 10341598.

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

Color convert

RGB222204157-
CMYK00.080.290.13
HSL43.38º49.62%74.31%-
HSV(B)43.38º29.28%87.06%-
XYZ57.861.1540.65-
YUV204.02101.46140.82-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.08%
GREEN value IS 204 (80.08% from 255) = 34.99%
BLUE value IS 157 (61.72% from 255) = 26.93%
R=38.08%
G=34.99%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220415700.080.290.1343.3849.6274.31
HexDECC9D081DD2b324a
Octal33631423501035155362112
Binary110111101100110010011101010001110111011010111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC9D; }

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

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

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

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

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

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

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

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