Shades of Winter Hazel #D0C987
Tints of Winter Hazel #D0C987
RGB
CMYK
RGB Variations
Color information
#D0C987 (or 0xD0C987) is known color: Winter Hazel. HEX triplet: D0, C9 and 87. RGB value is (208,201,135). Sum of RGB (Red+Green+Blue) = 208+201+135=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 135 (53.12% from 255 or 24.82% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C987 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C987 is #2F3678. Grayscale: #C3C3C3. Windows color (decimal): -3094137 or 8899024. OLE color: 8899024.
HSL color Cylindrical-coordinate representation of color #D0C987: hue angle of 54.25º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0C987 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 135 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.18 |
| HSL | 54.25º | 0.44% | 0.67% | - |
| HSV(B) | 54.25º | 0.35% | 0.82% | - |
| XYZ | 51.27 | 56.93 | 31.21 | - |
| YUV | 195.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 135 | 0 | 0.03 | 0.35 | 0.18 | 54.25 | 0.44 | 0.67 |
| Hex | D0 | C9 | 87 | 0 | 3 | 23 | 12 | 36 | 2C | 43 |
| Octal | 320 | 311 | 207 | 0 | 3 | 43 | 22 | 66 | 54 | 103 |
| Binary | 11010000 | 11001001 | 10000111 | 0 | 11 | 100011 | 10010 | 110110 | 101100 | 1000011 |
Color Harmonies of #D0C987
Complementary color
Monochromatic Colors of #D0C987
Black with #D0C987
Text Example
Text Example
White with #D0C987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C987; }
p { color: rgb(208,201,135); }
H1.HeaderClassName
{
color: #D0C987;
}
.AnyTagClassName
{
color: #D0C987;
}
</style>
background-color css
<style>
a { background-color: #D0C987; }
a { background-color: rgb(208,201,135); }
div.DivClassName
{
background-color: #D0C987;
}
.BgClassName
{
background-color: #D0C987;
}
</style>
border-color css
<style>
span { border-color: #D0C987; }
span { border-color: rgb(208,201,135); }
td.TdClassName
{
border-color: #D0C987;
}
.TagClassName
{
border-color: #D0C987;
}
</style>