Shades of Winter Hazel #D3C67C
Tints of Winter Hazel #D3C67C
RGB
CMYK
RGB Variations
Color information
#D3C67C (or 0xD3C67C) is known color: Winter Hazel. HEX triplet: D3, C6 and 7C. RGB value is (211,198,124). Sum of RGB (Red+Green+Blue) = 211+198+124=533 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.59% from 533); Green value is 198 (77.73% from 255 or 37.15% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C67C is #2C3983. Grayscale: #C1C1C1. Windows color (decimal): -2898308 or 8177363. OLE color: 8177363.
HSL color Cylindrical-coordinate representation of color #D3C67C: hue angle of 51.03º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3C67C is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 198 | 124 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.17 |
| HSL | 51.03º | 0.5% | 0.66% | - |
| HSV(B) | 51.03º | 0.41% | 0.83% | - |
| XYZ | 50.7 | 55.69 | 27.15 | - |
| YUV | 193.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 124 | 0 | 0.06 | 0.41 | 0.17 | 51.03 | 0.5 | 0.66 |
| Hex | D3 | C6 | 7C | 0 | 6 | 29 | 11 | 33 | 32 | 42 |
| Octal | 323 | 306 | 174 | 0 | 6 | 51 | 21 | 63 | 62 | 102 |
| Binary | 11010011 | 11000110 | 1111100 | 0 | 110 | 101001 | 10001 | 110011 | 110010 | 1000010 |
Color Harmonies of #D3C67C
Complementary color
Monochromatic Colors of #D3C67C
Black with #D3C67C
Text Example
Text Example
White with #D3C67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C67C; }
p { color: rgb(211,198,124); }
H1.HeaderClassName
{
color: #D3C67C;
}
.AnyTagClassName
{
color: #D3C67C;
}
</style>
background-color css
<style>
a { background-color: #D3C67C; }
a { background-color: rgb(211,198,124); }
div.DivClassName
{
background-color: #D3C67C;
}
.BgClassName
{
background-color: #D3C67C;
}
</style>
border-color css
<style>
span { border-color: #D3C67C; }
span { border-color: rgb(211,198,124); }
td.TdClassName
{
border-color: #D3C67C;
}
.TagClassName
{
border-color: #D3C67C;
}
</style>