#DEC994

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

Shades of Double Colonial White #DEC994

Tints of Double Colonial White #DEC994

Color information

#DEC994 (or 0xDEC994) is unknown color: approx Double Colonial White. HEX triplet: DE, C9 and 94. RGB value is (222,201,148). Sum of RGB (Red+Green+Blue) = 222+201+148=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 201 (78.91% from 255 or 35.20% from 571); Blue value is 148 (58.20% from 255 or 25.92% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC994 is #21366B. Grayscale: #C9C9C9. Windows color (decimal): -2176620 or 9751006. OLE color: 9751006.

HSL color Cylindrical-coordinate representation of color #DEC994: hue angle of 42.97º 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 #DEC994 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222201148-
CMYK00.090.330.13
HSL42.97º52.86%72.55%-
HSV(B)42.97º33.33%87.06%-
XYZ56.3659.4436.52-
YUV201.2497.96142.81-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 201 (78.91% from 255) = 35.20%
BLUE value IS 148 (58.20% from 255) = 25.92%
R=38.88%
G=35.20%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220114800.090.330.1342.9752.8672.55
HexDEC9940921D2b3549
Octal33631122401141155365111
Binary1101111011001001100101000100110000111011010111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC994; }

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

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

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

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

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

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

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

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