#DECC8F

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

Shades of Double Colonial White #DECC8F

Tints of Double Colonial White #DECC8F

Color information

#DECC8F (or 0xDECC8F) is unknown color: approx Double Colonial White. HEX triplet: DE, CC and 8F. RGB value is (222,204,143). Sum of RGB (Red+Green+Blue) = 222+204+143=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC8F is #213370. Grayscale: #CACACA. Windows color (decimal): -2175857 or 9424094. OLE color: 9424094.

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

Color convert

RGB222204143-
CMYK00.080.360.13
HSL46.33º54.48%71.57%-
HSV(B)46.33º35.59%87.06%-
XYZ56.6760.734.72-
YUV202.4394.46141.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 204 (80.08% from 255) = 35.85%
BLUE value IS 143 (56.25% from 255) = 25.13%
R=39.02%
G=35.85%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220414300.080.360.1346.3354.4871.57
HexDECC8F0824D2e3648
Octal33631421701044155666110
Binary1101111011001100100011110100010010011011011101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC8F; }

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

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

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

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

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

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

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

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