Shades of Winter Hazel #D2C37F
Tints of Winter Hazel #D2C37F
RGB
CMYK
RGB Variations
Color information
#D2C37F (or 0xD2C37F) is known color: Winter Hazel. HEX triplet: D2, C3 and 7F. RGB value is (210,195,127). Sum of RGB (Red+Green+Blue) = 210+195+127=532 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.47% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 127 (50% from 255 or 23.87% from 532); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C37F is #2D3C80. Grayscale: #C0C0C0. Windows color (decimal): -2964609 or 8373202. OLE color: 8373202.
HSL color Cylindrical-coordinate representation of color #D2C37F: hue angle of 49.16º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2C37F is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 127 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.18 |
| HSL | 49.16º | 0.48% | 0.66% | - |
| HSV(B) | 49.16º | 0.4% | 0.82% | - |
| XYZ | 49.92 | 54.26 | 27.92 | - |
| YUV | 191.73 | 91.47 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 127 | 0 | 0.07 | 0.40 | 0.18 | 49.16 | 0.48 | 0.66 |
| Hex | D2 | C3 | 7F | 0 | 7 | 28 | 12 | 31 | 30 | 42 |
| Octal | 322 | 303 | 177 | 0 | 7 | 50 | 22 | 61 | 60 | 102 |
| Binary | 11010010 | 11000011 | 1111111 | 0 | 111 | 101000 | 10010 | 110001 | 110000 | 1000010 |
Color Harmonies of #D2C37F
Complementary color
Monochromatic Colors of #D2C37F
Black with #D2C37F
Text Example
Text Example
White with #D2C37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C37F; }
p { color: rgb(210,195,127); }
H1.HeaderClassName
{
color: #D2C37F;
}
.AnyTagClassName
{
color: #D2C37F;
}
</style>
background-color css
<style>
a { background-color: #D2C37F; }
a { background-color: rgb(210,195,127); }
div.DivClassName
{
background-color: #D2C37F;
}
.BgClassName
{
background-color: #D2C37F;
}
</style>
border-color css
<style>
span { border-color: #D2C37F; }
span { border-color: rgb(210,195,127); }
td.TdClassName
{
border-color: #D2C37F;
}
.TagClassName
{
border-color: #D2C37F;
}
</style>