Shades of Winter Hazel #D1C977
Tints of Winter Hazel #D1C977
RGB
CMYK
RGB Variations
Color information
#D1C977 (or 0xD1C977) is known color: Winter Hazel. HEX triplet: D1, C9 and 77. RGB value is (209,201,119). Sum of RGB (Red+Green+Blue) = 209+201+119=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C977 is #2E3688. Grayscale: #C2C2C2. Windows color (decimal): -3028617 or 7850449. OLE color: 7850449.
HSL color Cylindrical-coordinate representation of color #D1C977: hue angle of 54.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1C977 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 119 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.18 |
| HSL | 54.67º | 0.49% | 0.64% | - |
| HSV(B) | 54.67º | 0.43% | 0.82% | - |
| XYZ | 50.51 | 56.66 | 25.73 | - |
| YUV | 194.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 119 | 0 | 0.04 | 0.43 | 0.18 | 54.67 | 0.49 | 0.64 |
| Hex | D1 | C9 | 77 | 0 | 4 | 2B | 12 | 37 | 31 | 40 |
| Octal | 321 | 311 | 167 | 0 | 4 | 53 | 22 | 67 | 61 | 100 |
| Binary | 11010001 | 11001001 | 1110111 | 0 | 100 | 101011 | 10010 | 110111 | 110001 | 1000000 |
Color Harmonies of #D1C977
Complementary color
Monochromatic Colors of #D1C977
Black with #D1C977
Text Example
Text Example
White with #D1C977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C977; }
p { color: rgb(209,201,119); }
H1.HeaderClassName
{
color: #D1C977;
}
.AnyTagClassName
{
color: #D1C977;
}
</style>
background-color css
<style>
a { background-color: #D1C977; }
a { background-color: rgb(209,201,119); }
div.DivClassName
{
background-color: #D1C977;
}
.BgClassName
{
background-color: #D1C977;
}
</style>
border-color css
<style>
span { border-color: #D1C977; }
span { border-color: rgb(209,201,119); }
td.TdClassName
{
border-color: #D1C977;
}
.TagClassName
{
border-color: #D1C977;
}
</style>