Html Css Color HEX #DECB96 Double Colonial White
📋 copy color: '#DECB96'red 222 ◦ green 203 ◦ blue 150
Shades of Double Colonial White #DECB96
Tints of Double Colonial White #DECB96
RGB
CMYK
RGB Variations
Color information
#DECB96 (or 0xDECB96) is known color: Double Colonial White. HEX triplet: DE, CB and 96. RGB value is (222,203,150). Sum of RGB (Red+Green+Blue) = 222+203+150=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 150 (58.98% from 255 or 26.09% from 575); Max value from RGB is 222 - color contains mainly: red. Hex color #DECB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECB96 is #213469. Grayscale: #CACACA. Windows color (decimal): -2176106 or 9882590. OLE color: 9882590.
HSL color Cylindrical-coordinate representation of color #DECB96: hue angle of 44.17º 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 #DECB96 is Cyan = 0, Magento = 0.09, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 203 | 150 | - |
| CMYK | 0 | 0.09 | 0.32 | 0.13 |
| HSL | 44.17º | 0.52% | 0.73% | - |
| HSV(B) | 44.17º | 0.32% | 0.87% | - |
| XYZ | 56.99 | 60.44 | 37.52 | - |
| YUV | 202.64 | 98.29 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 203 | 150 | 0 | 0.09 | 0.32 | 0.13 | 44.17 | 0.52 | 0.73 |
| Hex | DE | CB | 96 | 0 | 9 | 20 | D | 2C | 34 | 49 |
| Octal | 336 | 313 | 226 | 0 | 11 | 40 | 15 | 54 | 64 | 111 |
| Binary | 11011110 | 11001011 | 10010110 | 0 | 1001 | 100000 | 1101 | 101100 | 110100 | 1001001 |
Color Harmonies of #DECB96
Complementary color
Monochromatic Colors of #DECB96
Black with #DECB96
Text Example
Text Example
White with #DECB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECB96; }
p { color: rgb(222,203,150); }
H1.HeaderClassName
{
color: #DECB96;
}
.AnyTagClassName
{
color: #DECB96;
}
</style>
background-color css
<style>
a { background-color: #DECB96; }
a { background-color: rgb(222,203,150); }
div.DivClassName
{
background-color: #DECB96;
}
.BgClassName
{
background-color: #DECB96;
}
</style>
border-color css
<style>
span { border-color: #DECB96; }
span { border-color: rgb(222,203,150); }
td.TdClassName
{
border-color: #DECB96;
}
.TagClassName
{
border-color: #DECB96;
}
</style>