Shades of Winter Hazel #D2C47D
Tints of Winter Hazel #D2C47D
RGB
CMYK
RGB Variations
Color information
#D2C47D (or 0xD2C47D) is known color: Winter Hazel. HEX triplet: D2, C4 and 7D. RGB value is (210,196,125). Sum of RGB (Red+Green+Blue) = 210+196+125=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C47D is #2D3B82. Grayscale: #C0C0C0. Windows color (decimal): -2964355 or 8242386. OLE color: 8242386.
HSL color Cylindrical-coordinate representation of color #D2C47D: hue angle of 50.12º degrees, saturation: 0.49, 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 #D2C47D is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 196 | 125 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.18 |
| HSL | 50.12º | 0.49% | 0.66% | - |
| HSV(B) | 50.12º | 0.4% | 0.82% | - |
| XYZ | 50.02 | 54.66 | 27.32 | - |
| YUV | 192.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 196 | 125 | 0 | 0.07 | 0.40 | 0.18 | 50.12 | 0.49 | 0.66 |
| Hex | D2 | C4 | 7D | 0 | 7 | 28 | 12 | 32 | 31 | 42 |
| Octal | 322 | 304 | 175 | 0 | 7 | 50 | 22 | 62 | 61 | 102 |
| Binary | 11010010 | 11000100 | 1111101 | 0 | 111 | 101000 | 10010 | 110010 | 110001 | 1000010 |
Color Harmonies of #D2C47D
Complementary color
Monochromatic Colors of #D2C47D
Black with #D2C47D
Text Example
Text Example
White with #D2C47D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C47D; }
p { color: rgb(210,196,125); }
H1.HeaderClassName
{
color: #D2C47D;
}
.AnyTagClassName
{
color: #D2C47D;
}
</style>
background-color css
<style>
a { background-color: #D2C47D; }
a { background-color: rgb(210,196,125); }
div.DivClassName
{
background-color: #D2C47D;
}
.BgClassName
{
background-color: #D2C47D;
}
</style>
border-color css
<style>
span { border-color: #D2C47D; }
span { border-color: rgb(210,196,125); }
td.TdClassName
{
border-color: #D2C47D;
}
.TagClassName
{
border-color: #D2C47D;
}
</style>