Shades of Winter Hazel #D4CB88
Tints of Winter Hazel #D4CB88
RGB
CMYK
RGB Variations
Color information
#D4CB88 (or 0xD4CB88) is known color: Winter Hazel. HEX triplet: D4, CB and 88. RGB value is (212,203,136). Sum of RGB (Red+Green+Blue) = 212+203+136=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 136 (53.52% from 255 or 24.68% from 551); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CB88 is #2B3477. Grayscale: #C6C6C6. Windows color (decimal): -2831480 or 8965076. OLE color: 8965076.
HSL color Cylindrical-coordinate representation of color #D4CB88: hue angle of 52.89º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4CB88 is Cyan = 0, Magento = 0.04, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 136 | - |
| CMYK | 0 | 0.04 | 0.36 | 0.17 |
| HSL | 52.89º | 0.47% | 0.68% | - |
| HSV(B) | 52.89º | 0.36% | 0.83% | - |
| XYZ | 52.95 | 58.49 | 31.79 | - |
| YUV | 198.05 | 92.98 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 136 | 0 | 0.04 | 0.36 | 0.17 | 52.89 | 0.47 | 0.68 |
| Hex | D4 | CB | 88 | 0 | 4 | 24 | 11 | 35 | 2F | 44 |
| Octal | 324 | 313 | 210 | 0 | 4 | 44 | 21 | 65 | 57 | 104 |
| Binary | 11010100 | 11001011 | 10001000 | 0 | 100 | 100100 | 10001 | 110101 | 101111 | 1000100 |
Color Harmonies of #D4CB88
Complementary color
Monochromatic Colors of #D4CB88
Black with #D4CB88
Text Example
Text Example
White with #D4CB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB88; }
p { color: rgb(212,203,136); }
H1.HeaderClassName
{
color: #D4CB88;
}
.AnyTagClassName
{
color: #D4CB88;
}
</style>
background-color css
<style>
a { background-color: #D4CB88; }
a { background-color: rgb(212,203,136); }
div.DivClassName
{
background-color: #D4CB88;
}
.BgClassName
{
background-color: #D4CB88;
}
</style>
border-color css
<style>
span { border-color: #D4CB88; }
span { border-color: rgb(212,203,136); }
td.TdClassName
{
border-color: #D4CB88;
}
.TagClassName
{
border-color: #D4CB88;
}
</style>