Shades of Winter Hazel #D1CA75
Tints of Winter Hazel #D1CA75
RGB
CMYK
RGB Variations
Color information
#D1CA75 (or 0xD1CA75) is known color: Winter Hazel. HEX triplet: D1, CA and 75. RGB value is (209,202,117). Sum of RGB (Red+Green+Blue) = 209+202+117=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CA75 is #2E358A. Grayscale: #C2C2C2. Windows color (decimal): -3028363 or 7719633. OLE color: 7719633.
HSL color Cylindrical-coordinate representation of color #D1CA75: hue angle of 55.43º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D1CA75 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 117 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.18 |
| HSL | 55.43º | 0.5% | 0.64% | - |
| HSV(B) | 55.43º | 0.44% | 0.82% | - |
| XYZ | 50.63 | 57.08 | 25.18 | - |
| YUV | 194.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 117 | 0 | 0.03 | 0.44 | 0.18 | 55.43 | 0.5 | 0.64 |
| Hex | D1 | CA | 75 | 0 | 3 | 2C | 12 | 37 | 32 | 40 |
| Octal | 321 | 312 | 165 | 0 | 3 | 54 | 22 | 67 | 62 | 100 |
| Binary | 11010001 | 11001010 | 1110101 | 0 | 11 | 101100 | 10010 | 110111 | 110010 | 1000000 |
Color Harmonies of #D1CA75
Complementary color
Monochromatic Colors of #D1CA75
Black with #D1CA75
Text Example
Text Example
White with #D1CA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CA75; }
p { color: rgb(209,202,117); }
H1.HeaderClassName
{
color: #D1CA75;
}
.AnyTagClassName
{
color: #D1CA75;
}
</style>
background-color css
<style>
a { background-color: #D1CA75; }
a { background-color: rgb(209,202,117); }
div.DivClassName
{
background-color: #D1CA75;
}
.BgClassName
{
background-color: #D1CA75;
}
</style>
border-color css
<style>
span { border-color: #D1CA75; }
span { border-color: rgb(209,202,117); }
td.TdClassName
{
border-color: #D1CA75;
}
.TagClassName
{
border-color: #D1CA75;
}
</style>