Shades of Winter Hazel #D0C97E
Tints of Winter Hazel #D0C97E
RGB
CMYK
RGB Variations
Color information
#D0C97E (or 0xD0C97E) is known color: Winter Hazel. HEX triplet: D0, C9 and 7E. RGB value is (208,201,126). Sum of RGB (Red+Green+Blue) = 208+201+126=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C97E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0C97E is #2F3681. Grayscale: #C2C2C2. Windows color (decimal): -3094146 or 8309200. OLE color: 8309200.
HSL color Cylindrical-coordinate representation of color #D0C97E: hue angle of 54.88º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D0C97E is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 126 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.18 |
| HSL | 54.88º | 0.47% | 0.65% | - |
| HSV(B) | 54.88º | 0.39% | 0.82% | - |
| XYZ | 50.66 | 56.69 | 28.01 | - |
| YUV | 194.54 | 89.32 | 137.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 126 | 0 | 0.03 | 0.39 | 0.18 | 54.88 | 0.47 | 0.65 |
| Hex | D0 | C9 | 7E | 0 | 3 | 27 | 12 | 37 | 2F | 41 |
| Octal | 320 | 311 | 176 | 0 | 3 | 47 | 22 | 67 | 57 | 101 |
| Binary | 11010000 | 11001001 | 1111110 | 0 | 11 | 100111 | 10010 | 110111 | 101111 | 1000001 |
Color Harmonies of #D0C97E
Complementary color
Monochromatic Colors of #D0C97E
Black with #D0C97E
Text Example
Text Example
White with #D0C97E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C97E; }
p { color: rgb(208,201,126); }
H1.HeaderClassName
{
color: #D0C97E;
}
.AnyTagClassName
{
color: #D0C97E;
}
</style>
background-color css
<style>
a { background-color: #D0C97E; }
a { background-color: rgb(208,201,126); }
div.DivClassName
{
background-color: #D0C97E;
}
.BgClassName
{
background-color: #D0C97E;
}
</style>
border-color css
<style>
span { border-color: #D0C97E; }
span { border-color: rgb(208,201,126); }
td.TdClassName
{
border-color: #D0C97E;
}
.TagClassName
{
border-color: #D0C97E;
}
</style>