Shades of Winter Hazel #D2C083
Tints of Winter Hazel #D2C083
RGB
CMYK
RGB Variations
Color information
#D2C083 (or 0xD2C083) is known color: Winter Hazel. HEX triplet: D2, C0 and 83. RGB value is (210,192,131). Sum of RGB (Red+Green+Blue) = 210+192+131=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 131 (51.56% from 255 or 24.58% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C083 is #2D3F7C. Grayscale: #BEBEBE. Windows color (decimal): -2965373 or 8634578. OLE color: 8634578.
HSL color Cylindrical-coordinate representation of color #D2C083: hue angle of 46.33º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2C083 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 192 | 131 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.18 |
| HSL | 46.33º | 0.47% | 0.67% | - |
| HSV(B) | 46.33º | 0.38% | 0.82% | - |
| XYZ | 49.52 | 53.04 | 29.1 | - |
| YUV | 190.43 | 94.46 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 192 | 131 | 0 | 0.09 | 0.38 | 0.18 | 46.33 | 0.47 | 0.67 |
| Hex | D2 | C0 | 83 | 0 | 9 | 26 | 12 | 2E | 2F | 43 |
| Octal | 322 | 300 | 203 | 0 | 11 | 46 | 22 | 56 | 57 | 103 |
| Binary | 11010010 | 11000000 | 10000011 | 0 | 1001 | 100110 | 10010 | 101110 | 101111 | 1000011 |
Color Harmonies of #D2C083
Complementary color
Monochromatic Colors of #D2C083
Black with #D2C083
Text Example
Text Example
White with #D2C083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C083; }
p { color: rgb(210,192,131); }
H1.HeaderClassName
{
color: #D2C083;
}
.AnyTagClassName
{
color: #D2C083;
}
</style>
background-color css
<style>
a { background-color: #D2C083; }
a { background-color: rgb(210,192,131); }
div.DivClassName
{
background-color: #D2C083;
}
.BgClassName
{
background-color: #D2C083;
}
</style>
border-color css
<style>
span { border-color: #D2C083; }
span { border-color: rgb(210,192,131); }
td.TdClassName
{
border-color: #D2C083;
}
.TagClassName
{
border-color: #D2C083;
}
</style>