#DECC94

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

Shades of Double Colonial White #DECC94

Tints of Double Colonial White #DECC94

Color information

#DECC94 (or 0xDECC94) is unknown color: approx Double Colonial White. HEX triplet: DE, CC and 94. RGB value is (222,204,148). Sum of RGB (Red+Green+Blue) = 222+204+148=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC94 is #21336B. Grayscale: #CBCBCB. Windows color (decimal): -2175852 or 9751774. OLE color: 9751774.

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

Color convert

RGB222204148-
CMYK00.080.330.13
HSL45.41º52.86%72.55%-
HSV(B)45.41º33.33%87.06%-
XYZ57.0660.8536.76-
YUV20396.96141.55-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.68%
GREEN value IS 204 (80.08% from 255) = 35.54%
BLUE value IS 148 (58.20% from 255) = 25.78%
R=38.68%
G=35.54%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220414800.080.330.1345.4152.8672.55
HexDECC940821D2d3549
Octal33631422401041155565111
Binary1101111011001100100101000100010000111011011011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC94; }

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

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

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

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

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

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

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

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