Html Css Color HEX #DEC796 Double Colonial White
📋 copy color: '#DEC796'red 222 ◦ green 199 ◦ blue 150
Shades of Double Colonial White #DEC796
Tints of Double Colonial White #DEC796
RGB
CMYK
RGB Variations
Color information
#DEC796 (or 0xDEC796) is known color: 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
| RGB | 222 | 199 | 150 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.13 |
| HSL | 40.83º | 0.52% | 0.73% | - |
| HSV(B) | 40.83º | 0.32% | 0.87% | - |
| XYZ | 56.05 | 58.58 | 37.21 | - |
| YUV | 200.29 | 99.62 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 199 | 150 | 0 | 0.10 | 0.32 | 0.13 | 40.83 | 0.52 | 0.73 |
| Hex | DE | C7 | 96 | 0 | A | 20 | D | 29 | 34 | 49 |
| Octal | 336 | 307 | 226 | 0 | 12 | 40 | 15 | 51 | 64 | 111 |
| Binary | 11011110 | 11000111 | 10010110 | 0 | 1010 | 100000 | 1101 | 101001 | 110100 | 1001001 |
Color Harmonies of #DEC796
Complementary color
Monochromatic Colors of #DEC796
Black with #DEC796
Text Example
Text Example
White with #DEC796
Text Example
Text Example
HTML Codes & Css Web 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>