Shades of Winter Hazel #D3C874
Tints of Winter Hazel #D3C874
RGB
CMYK
RGB Variations
Color information
#D3C874 (or 0xD3C874) is known color: Winter Hazel. HEX triplet: D3, C8 and 74. RGB value is (211,200,116). Sum of RGB (Red+Green+Blue) = 211+200+116=527 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.04% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C874 is #2C378B. Grayscale: #C2C2C2. Windows color (decimal): -2897804 or 7653587. OLE color: 7653587.
HSL color Cylindrical-coordinate representation of color #D3C874: hue angle of 53.05º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3C874 is Cyan = 0, Magento = 0.05, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 116 | - |
| CMYK | 0 | 0.05 | 0.45 | 0.17 |
| HSL | 53.05º | 0.52% | 0.64% | - |
| HSV(B) | 53.05º | 0.45% | 0.83% | - |
| XYZ | 50.67 | 56.42 | 24.74 | - |
| YUV | 193.71 | 84.14 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 116 | 0 | 0.05 | 0.45 | 0.17 | 53.05 | 0.52 | 0.64 |
| Hex | D3 | C8 | 74 | 0 | 5 | 2D | 11 | 35 | 34 | 40 |
| Octal | 323 | 310 | 164 | 0 | 5 | 55 | 21 | 65 | 64 | 100 |
| Binary | 11010011 | 11001000 | 1110100 | 0 | 101 | 101101 | 10001 | 110101 | 110100 | 1000000 |
Color Harmonies of #D3C874
Complementary color
Monochromatic Colors of #D3C874
Black with #D3C874
Text Example
Text Example
White with #D3C874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C874; }
p { color: rgb(211,200,116); }
H1.HeaderClassName
{
color: #D3C874;
}
.AnyTagClassName
{
color: #D3C874;
}
</style>
background-color css
<style>
a { background-color: #D3C874; }
a { background-color: rgb(211,200,116); }
div.DivClassName
{
background-color: #D3C874;
}
.BgClassName
{
background-color: #D3C874;
}
</style>
border-color css
<style>
span { border-color: #D3C874; }
span { border-color: rgb(211,200,116); }
td.TdClassName
{
border-color: #D3C874;
}
.TagClassName
{
border-color: #D3C874;
}
</style>