Html Css Color HEX #DECC96 Double Colonial White
📋 copy color: '#DECC96'red 222 ◦ green 204 ◦ blue 150
Shades of Double Colonial White #DECC96
Tints of Double Colonial White #DECC96
RGB
CMYK
RGB Variations
Color information
#DECC96 (or 0xDECC96) is known color: 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
| RGB | 222 | 204 | 150 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.13 |
| HSL | 45º | 0.52% | 0.73% | - |
| HSV(B) | 45º | 0.32% | 0.87% | - |
| XYZ | 57.22 | 60.92 | 37.6 | - |
| YUV | 203.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 204 | 150 | 0 | 0.08 | 0.32 | 0.13 | 45 | 0.52 | 0.73 |
| Hex | DE | CC | 96 | 0 | 8 | 20 | D | 2D | 34 | 49 |
| Octal | 336 | 314 | 226 | 0 | 10 | 40 | 15 | 55 | 64 | 111 |
| Binary | 11011110 | 11001100 | 10010110 | 0 | 1000 | 100000 | 1101 | 101101 | 110100 | 1001001 |
Color Harmonies of #DECC96
Complementary color
Monochromatic Colors of #DECC96
Black with #DECC96
Text Example
Text Example
White with #DECC96
Text Example
Text Example
HTML Codes & Css Web 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>