Html Css Color HEX #DEC896 Double Colonial White
📋 copy color: '#DEC896'red 222 ◦ green 200 ◦ blue 150
Shades of Double Colonial White #DEC896
Tints of Double Colonial White #DEC896
RGB
CMYK
RGB Variations
Color information
#DEC896 (or 0xDEC896) is known color: Double Colonial White. HEX triplet: DE, C8 and 96. RGB value is (222,200,150). Sum of RGB (Red+Green+Blue) = 222+200+150=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 200 (78.52% from 255 or 34.97% from 572); Blue value is 150 (58.98% from 255 or 26.22% from 572); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEC896 is #213769. Grayscale: #C9C9C9. Windows color (decimal): -2176874 or 9881822. OLE color: 9881822.
HSL color Cylindrical-coordinate representation of color #DEC896: hue angle of 41.67º 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 #DEC896 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 200 | 150 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.13 |
| HSL | 41.67º | 0.52% | 0.73% | - |
| HSV(B) | 41.67º | 0.32% | 0.87% | - |
| XYZ | 56.28 | 59.04 | 37.28 | - |
| YUV | 200.88 | 99.29 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 200 | 150 | 0 | 0.10 | 0.32 | 0.13 | 41.67 | 0.52 | 0.73 |
| Hex | DE | C8 | 96 | 0 | A | 20 | D | 2A | 34 | 49 |
| Octal | 336 | 310 | 226 | 0 | 12 | 40 | 15 | 52 | 64 | 111 |
| Binary | 11011110 | 11001000 | 10010110 | 0 | 1010 | 100000 | 1101 | 101010 | 110100 | 1001001 |
Color Harmonies of #DEC896
Complementary color
Monochromatic Colors of #DEC896
Black with #DEC896
Text Example
Text Example
White with #DEC896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC896; }
p { color: rgb(222,200,150); }
H1.HeaderClassName
{
color: #DEC896;
}
.AnyTagClassName
{
color: #DEC896;
}
</style>
background-color css
<style>
a { background-color: #DEC896; }
a { background-color: rgb(222,200,150); }
div.DivClassName
{
background-color: #DEC896;
}
.BgClassName
{
background-color: #DEC896;
}
</style>
border-color css
<style>
span { border-color: #DEC896; }
span { border-color: rgb(222,200,150); }
td.TdClassName
{
border-color: #DEC896;
}
.TagClassName
{
border-color: #DEC896;
}
</style>