Shades of Winter Hazel #D1C97A
Tints of Winter Hazel #D1C97A
RGB
CMYK
RGB Variations
Color information
#D1C97A (or 0xD1C97A) is known color: Winter Hazel. HEX triplet: D1, C9 and 7A. RGB value is (209,201,122). Sum of RGB (Red+Green+Blue) = 209+201+122=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C97A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1C97A is #2E3685. Grayscale: #C2C2C2. Windows color (decimal): -3028614 or 8047057. OLE color: 8047057.
HSL color Cylindrical-coordinate representation of color #D1C97A: hue angle of 54.48º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D1C97A is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 201 | 122 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.18 |
| HSL | 54.48º | 0.49% | 0.65% | - |
| HSV(B) | 54.48º | 0.42% | 0.82% | - |
| XYZ | 50.69 | 56.73 | 26.69 | - |
| YUV | 194.39 | 87.15 | 138.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 201 | 122 | 0 | 0.04 | 0.42 | 0.18 | 54.48 | 0.49 | 0.65 |
| Hex | D1 | C9 | 7A | 0 | 4 | 2A | 12 | 36 | 31 | 41 |
| Octal | 321 | 311 | 172 | 0 | 4 | 52 | 22 | 66 | 61 | 101 |
| Binary | 11010001 | 11001001 | 1111010 | 0 | 100 | 101010 | 10010 | 110110 | 110001 | 1000001 |
Color Harmonies of #D1C97A
Complementary color
Monochromatic Colors of #D1C97A
Black with #D1C97A
Text Example
Text Example
White with #D1C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C97A; }
p { color: rgb(209,201,122); }
H1.HeaderClassName
{
color: #D1C97A;
}
.AnyTagClassName
{
color: #D1C97A;
}
</style>
background-color css
<style>
a { background-color: #D1C97A; }
a { background-color: rgb(209,201,122); }
div.DivClassName
{
background-color: #D1C97A;
}
.BgClassName
{
background-color: #D1C97A;
}
</style>
border-color css
<style>
span { border-color: #D1C97A; }
span { border-color: rgb(209,201,122); }
td.TdClassName
{
border-color: #D1C97A;
}
.TagClassName
{
border-color: #D1C97A;
}
</style>