Shades of Winter Hazel #D1CA76
Tints of Winter Hazel #D1CA76
RGB
CMYK
RGB Variations
Color information
#D1CA76 (or 0xD1CA76) is known color: Winter Hazel. HEX triplet: D1, CA and 76. RGB value is (209,202,118). Sum of RGB (Red+Green+Blue) = 209+202+118=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 118 (46.48% from 255 or 22.31% from 529); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1CA76 is #2E3589. Grayscale: #C2C2C2. Windows color (decimal): -3028362 or 7785169. OLE color: 7785169.
HSL color Cylindrical-coordinate representation of color #D1CA76: hue angle of 55.38º 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 #D1CA76 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 202 | 118 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.18 |
| HSL | 55.38º | 0.5% | 0.64% | - |
| HSV(B) | 55.38º | 0.44% | 0.82% | - |
| XYZ | 50.69 | 57.1 | 25.49 | - |
| YUV | 194.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 202 | 118 | 0 | 0.03 | 0.44 | 0.18 | 55.38 | 0.5 | 0.64 |
| Hex | D1 | CA | 76 | 0 | 3 | 2C | 12 | 37 | 32 | 40 |
| Octal | 321 | 312 | 166 | 0 | 3 | 54 | 22 | 67 | 62 | 100 |
| Binary | 11010001 | 11001010 | 1110110 | 0 | 11 | 101100 | 10010 | 110111 | 110010 | 1000000 |
Color Harmonies of #D1CA76
Complementary color
Monochromatic Colors of #D1CA76
Black with #D1CA76
Text Example
Text Example
White with #D1CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CA76; }
p { color: rgb(209,202,118); }
H1.HeaderClassName
{
color: #D1CA76;
}
.AnyTagClassName
{
color: #D1CA76;
}
</style>
background-color css
<style>
a { background-color: #D1CA76; }
a { background-color: rgb(209,202,118); }
div.DivClassName
{
background-color: #D1CA76;
}
.BgClassName
{
background-color: #D1CA76;
}
</style>
border-color css
<style>
span { border-color: #D1CA76; }
span { border-color: rgb(209,202,118); }
td.TdClassName
{
border-color: #D1CA76;
}
.TagClassName
{
border-color: #D1CA76;
}
</style>