#DECC96

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

Shades of Double Colonial White #DECC96

Tints of Double Colonial White #DECC96

Color information

#DECC96 (or 0xDECC96) is unknown color: approx Double Colonial White. HEX triplet: DE, CC and 96. RGB value is (222,204,150). Sum of RGB (Red+Green+Blue) = 222+204+150=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 204 (80.08% from 255 or 35.42% from 576); Blue value is 150 (58.98% from 255 or 26.04% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DECC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECC96 is #213369. Grayscale: #CBCBCB. Windows color (decimal): -2175850 or 9882846. OLE color: 9882846.

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

Color convert

RGB222204150-
CMYK00.080.320.13
HSL45º52.17%72.94%-
HSV(B)45º32.43%87.06%-
XYZ57.2260.9237.6-
YUV203.2397.96141.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.54%
GREEN value IS 204 (80.08% from 255) = 35.42%
BLUE value IS 150 (58.98% from 255) = 26.04%
R=38.54%
G=35.42%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220415000.080.320.134552.1772.94
HexDECC960820D2d3449
Octal33631422601040155564111
Binary1101111011001100100101100100010000011011011011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECC96; }

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

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

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

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

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

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

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

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