Shades of Winter Hazel #D1CA79
Tints of Winter Hazel #D1CA79
RGB
CMYK
RGB Variations
Color information
#D1CA79 (or 0xD1CA79) is known color: Winter Hazel. HEX triplet: D1, CA and 79. RGB value is (209,202,121). Sum of RGB (Red+Green+Blue) = 209+202+121=532 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.29% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 121 (47.66% from 255 or 22.74% from 532); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CA79 is #2E3586. Grayscale: #C3C3C3. Windows color (decimal): -3028359 or 7981777. OLE color: 7981777.
HSL color Cylindrical-coordinate representation of color #D1CA79: hue angle of 55.23º 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 #D1CA79 is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 121 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.18 |
| HSL | 55.23º | 0.49% | 0.65% | - |
| HSV(B) | 55.23º | 0.42% | 0.82% | - |
| XYZ | 50.87 | 57.18 | 26.44 | - |
| YUV | 194.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 121 | 0 | 0.03 | 0.42 | 0.18 | 55.23 | 0.49 | 0.65 |
| Hex | D1 | CA | 79 | 0 | 3 | 2A | 12 | 37 | 31 | 41 |
| Octal | 321 | 312 | 171 | 0 | 3 | 52 | 22 | 67 | 61 | 101 |
| Binary | 11010001 | 11001010 | 1111001 | 0 | 11 | 101010 | 10010 | 110111 | 110001 | 1000001 |
Color Harmonies of #D1CA79
Complementary color
Monochromatic Colors of #D1CA79
Black with #D1CA79
Text Example
Text Example
White with #D1CA79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CA79; }
p { color: rgb(209,202,121); }
H1.HeaderClassName
{
color: #D1CA79;
}
.AnyTagClassName
{
color: #D1CA79;
}
</style>
background-color css
<style>
a { background-color: #D1CA79; }
a { background-color: rgb(209,202,121); }
div.DivClassName
{
background-color: #D1CA79;
}
.BgClassName
{
background-color: #D1CA79;
}
</style>
border-color css
<style>
span { border-color: #D1CA79; }
span { border-color: rgb(209,202,121); }
td.TdClassName
{
border-color: #D1CA79;
}
.TagClassName
{
border-color: #D1CA79;
}
</style>