#DEC796

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

Shades of Double Colonial White #DEC796

Tints of Double Colonial White #DEC796

Color information

#DEC796 (or 0xDEC796) is unknown color: approx Double Colonial White. HEX triplet: DE, C7 and 96. RGB value is (222,199,150). Sum of RGB (Red+Green+Blue) = 222+199+150=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 199 (78.12% from 255 or 34.85% from 571); Blue value is 150 (58.98% from 255 or 26.27% from 571); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC796 is #213869. Grayscale: #C8C8C8. Windows color (decimal): -2177130 or 9881566. OLE color: 9881566.

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

Color convert

RGB222199150-
CMYK00.100.320.13
HSL40.83º52.17%72.94%-
HSV(B)40.83º32.43%87.06%-
XYZ56.0558.5837.21-
YUV200.2999.62143.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 38.88%
GREEN value IS 199 (78.12% from 255) = 34.85%
BLUE value IS 150 (58.98% from 255) = 26.27%
R=38.88%
G=34.85%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219915000.100.320.1340.8352.1772.94
HexDEC7960A20D293449
Octal33630722601240155164111
Binary1101111011000111100101100101010000011011010011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC796; }

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

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

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

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

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

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

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

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