Shades of Winter Hazel #D0C089
Tints of Winter Hazel #D0C089
RGB
CMYK
RGB Variations
Color information
#D0C089 (or 0xD0C089) is known color: Winter Hazel. HEX triplet: D0, C0 and 89. RGB value is (208,192,137). Sum of RGB (Red+Green+Blue) = 208+192+137=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 137 (53.91% from 255 or 25.51% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C089 is #2F3F76. Grayscale: #BEBEBE. Windows color (decimal): -3096439 or 9027792. OLE color: 9027792.
HSL color Cylindrical-coordinate representation of color #D0C089: hue angle of 46.48º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0C089 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 137 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.18 |
| HSL | 46.48º | 0.43% | 0.68% | - |
| HSV(B) | 46.48º | 0.34% | 0.82% | - |
| XYZ | 49.38 | 52.92 | 31.28 | - |
| YUV | 190.51 | 97.8 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 137 | 0 | 0.08 | 0.34 | 0.18 | 46.48 | 0.43 | 0.68 |
| Hex | D0 | C0 | 89 | 0 | 8 | 22 | 12 | 2E | 2B | 44 |
| Octal | 320 | 300 | 211 | 0 | 10 | 42 | 22 | 56 | 53 | 104 |
| Binary | 11010000 | 11000000 | 10001001 | 0 | 1000 | 100010 | 10010 | 101110 | 101011 | 1000100 |
Color Harmonies of #D0C089
Complementary color
Monochromatic Colors of #D0C089
Black with #D0C089
Text Example
Text Example
White with #D0C089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C089; }
p { color: rgb(208,192,137); }
H1.HeaderClassName
{
color: #D0C089;
}
.AnyTagClassName
{
color: #D0C089;
}
</style>
background-color css
<style>
a { background-color: #D0C089; }
a { background-color: rgb(208,192,137); }
div.DivClassName
{
background-color: #D0C089;
}
.BgClassName
{
background-color: #D0C089;
}
</style>
border-color css
<style>
span { border-color: #D0C089; }
span { border-color: rgb(208,192,137); }
td.TdClassName
{
border-color: #D0C089;
}
.TagClassName
{
border-color: #D0C089;
}
</style>