Shades of Winter Hazel #D3CA76
Tints of Winter Hazel #D3CA76
RGB
CMYK
RGB Variations
Color information
#D3CA76 (or 0xD3CA76) is known color: Winter Hazel. HEX triplet: D3, CA and 76. RGB value is (211,202,118). Sum of RGB (Red+Green+Blue) = 211+202+118=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 118 (46.48% from 255 or 22.22% from 531); Max value from RGB is 211 - color contains mainly: red. Hex color #D3CA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3CA76 is #2C3589. Grayscale: #C3C3C3. Windows color (decimal): -2897290 or 7785171. OLE color: 7785171.
HSL color Cylindrical-coordinate representation of color #D3CA76: hue angle of 54.19º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3CA76 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 202 | 118 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.17 |
| HSL | 54.19º | 0.51% | 0.65% | - |
| HSV(B) | 54.19º | 0.44% | 0.83% | - |
| XYZ | 51.25 | 57.4 | 25.52 | - |
| YUV | 195.12 | 84.48 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 202 | 118 | 0 | 0.04 | 0.44 | 0.17 | 54.19 | 0.51 | 0.65 |
| Hex | D3 | CA | 76 | 0 | 4 | 2C | 11 | 36 | 33 | 41 |
| Octal | 323 | 312 | 166 | 0 | 4 | 54 | 21 | 66 | 63 | 101 |
| Binary | 11010011 | 11001010 | 1110110 | 0 | 100 | 101100 | 10001 | 110110 | 110011 | 1000001 |
Color Harmonies of #D3CA76
Complementary color
Monochromatic Colors of #D3CA76
Black with #D3CA76
Text Example
Text Example
White with #D3CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3CA76; }
p { color: rgb(211,202,118); }
H1.HeaderClassName
{
color: #D3CA76;
}
.AnyTagClassName
{
color: #D3CA76;
}
</style>
background-color css
<style>
a { background-color: #D3CA76; }
a { background-color: rgb(211,202,118); }
div.DivClassName
{
background-color: #D3CA76;
}
.BgClassName
{
background-color: #D3CA76;
}
</style>
border-color css
<style>
span { border-color: #D3CA76; }
span { border-color: rgb(211,202,118); }
td.TdClassName
{
border-color: #D3CA76;
}
.TagClassName
{
border-color: #D3CA76;
}
</style>