Shades of Winter Hazel #D4CB76
Tints of Winter Hazel #D4CB76
RGB
CMYK
RGB Variations
Color information
#D4CB76 (or 0xD4CB76) is known color: Winter Hazel. HEX triplet: D4, CB and 76. RGB value is (212,203,118). Sum of RGB (Red+Green+Blue) = 212+203+118=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4CB76 is #2B3489. Grayscale: #C4C4C4. Windows color (decimal): -2831498 or 7785428. OLE color: 7785428.
HSL color Cylindrical-coordinate representation of color #D4CB76: hue angle of 54.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4CB76 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 203 | 118 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.17 |
| HSL | 54.26º | 0.52% | 0.65% | - |
| HSV(B) | 54.26º | 0.44% | 0.83% | - |
| XYZ | 51.78 | 58.02 | 25.61 | - |
| YUV | 196 | 83.98 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 203 | 118 | 0 | 0.04 | 0.44 | 0.17 | 54.26 | 0.52 | 0.65 |
| Hex | D4 | CB | 76 | 0 | 4 | 2C | 11 | 36 | 34 | 41 |
| Octal | 324 | 313 | 166 | 0 | 4 | 54 | 21 | 66 | 64 | 101 |
| Binary | 11010100 | 11001011 | 1110110 | 0 | 100 | 101100 | 10001 | 110110 | 110100 | 1000001 |
Color Harmonies of #D4CB76
Complementary color
Monochromatic Colors of #D4CB76
Black with #D4CB76
Text Example
Text Example
White with #D4CB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CB76; }
p { color: rgb(212,203,118); }
H1.HeaderClassName
{
color: #D4CB76;
}
.AnyTagClassName
{
color: #D4CB76;
}
</style>
background-color css
<style>
a { background-color: #D4CB76; }
a { background-color: rgb(212,203,118); }
div.DivClassName
{
background-color: #D4CB76;
}
.BgClassName
{
background-color: #D4CB76;
}
</style>
border-color css
<style>
span { border-color: #D4CB76; }
span { border-color: rgb(212,203,118); }
td.TdClassName
{
border-color: #D4CB76;
}
.TagClassName
{
border-color: #D4CB76;
}
</style>