Shades of Winter Hazel #D2C081
Tints of Winter Hazel #D2C081
RGB
CMYK
RGB Variations
Color information
#D2C081 (or 0xD2C081) is known color: Winter Hazel. HEX triplet: D2, C0 and 81. RGB value is (210,192,129). Sum of RGB (Red+Green+Blue) = 210+192+129=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 129 (50.78% from 255 or 24.29% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C081 is #2D3F7E. Grayscale: #BEBEBE. Windows color (decimal): -2965375 or 8503506. OLE color: 8503506.
HSL color Cylindrical-coordinate representation of color #D2C081: hue angle of 46.67º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2C081 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 129 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.18 |
| HSL | 46.67º | 0.47% | 0.66% | - |
| HSV(B) | 46.67º | 0.39% | 0.82% | - |
| XYZ | 49.39 | 52.99 | 28.39 | - |
| YUV | 190.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 129 | 0 | 0.09 | 0.39 | 0.18 | 46.67 | 0.47 | 0.66 |
| Hex | D2 | C0 | 81 | 0 | 9 | 27 | 12 | 2F | 2F | 42 |
| Octal | 322 | 300 | 201 | 0 | 11 | 47 | 22 | 57 | 57 | 102 |
| Binary | 11010010 | 11000000 | 10000001 | 0 | 1001 | 100111 | 10010 | 101111 | 101111 | 1000010 |
Color Harmonies of #D2C081
Complementary color
Monochromatic Colors of #D2C081
Black with #D2C081
Text Example
Text Example
White with #D2C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C081; }
p { color: rgb(210,192,129); }
H1.HeaderClassName
{
color: #D2C081;
}
.AnyTagClassName
{
color: #D2C081;
}
</style>
background-color css
<style>
a { background-color: #D2C081; }
a { background-color: rgb(210,192,129); }
div.DivClassName
{
background-color: #D2C081;
}
.BgClassName
{
background-color: #D2C081;
}
</style>
border-color css
<style>
span { border-color: #D2C081; }
span { border-color: rgb(210,192,129); }
td.TdClassName
{
border-color: #D2C081;
}
.TagClassName
{
border-color: #D2C081;
}
</style>