Shades of Winter Hazel #D4CA81
Tints of Winter Hazel #D4CA81
RGB
CMYK
RGB Variations
Color information
#D4CA81 (or 0xD4CA81) is known color: Winter Hazel. HEX triplet: D4, CA and 81. RGB value is (212,202,129). Sum of RGB (Red+Green+Blue) = 212+202+129=543 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.04% from 543); Green value is 202 (79.30% from 255 or 37.20% from 543); Blue value is 129 (50.78% from 255 or 23.76% from 543); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4CA81 is #2B357E. Grayscale: #C4C4C4. Windows color (decimal): -2831743 or 8506068. OLE color: 8506068.
HSL color Cylindrical-coordinate representation of color #D4CA81: hue angle of 52.77º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D4CA81 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 129 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.17 |
| HSL | 52.77º | 0.49% | 0.67% | - |
| HSV(B) | 52.77º | 0.39% | 0.83% | - |
| XYZ | 52.23 | 57.82 | 29.18 | - |
| YUV | 196.67 | 89.81 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 129 | 0 | 0.05 | 0.39 | 0.17 | 52.77 | 0.49 | 0.67 |
| Hex | D4 | CA | 81 | 0 | 5 | 27 | 11 | 35 | 31 | 43 |
| Octal | 324 | 312 | 201 | 0 | 5 | 47 | 21 | 65 | 61 | 103 |
| Binary | 11010100 | 11001010 | 10000001 | 0 | 101 | 100111 | 10001 | 110101 | 110001 | 1000011 |
Color Harmonies of #D4CA81
Complementary color
Monochromatic Colors of #D4CA81
Black with #D4CA81
Text Example
Text Example
White with #D4CA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA81; }
p { color: rgb(212,202,129); }
H1.HeaderClassName
{
color: #D4CA81;
}
.AnyTagClassName
{
color: #D4CA81;
}
</style>
background-color css
<style>
a { background-color: #D4CA81; }
a { background-color: rgb(212,202,129); }
div.DivClassName
{
background-color: #D4CA81;
}
.BgClassName
{
background-color: #D4CA81;
}
</style>
border-color css
<style>
span { border-color: #D4CA81; }
span { border-color: rgb(212,202,129); }
td.TdClassName
{
border-color: #D4CA81;
}
.TagClassName
{
border-color: #D4CA81;
}
</style>