Shades of Winter Hazel #D0C484
Tints of Winter Hazel #D0C484
RGB
CMYK
RGB Variations
Color information
#D0C484 (or 0xD0C484) is known color: Winter Hazel. HEX triplet: D0, C4 and 84. RGB value is (208,196,132). Sum of RGB (Red+Green+Blue) = 208+196+132=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C484 is #2F3B7B. Grayscale: #C0C0C0. Windows color (decimal): -3095420 or 8701136. OLE color: 8701136.
HSL color Cylindrical-coordinate representation of color #D0C484: hue angle of 50.53º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D0C484 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 132 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.18 |
| HSL | 50.53º | 0.45% | 0.67% | - |
| HSV(B) | 50.53º | 0.37% | 0.82% | - |
| XYZ | 49.92 | 54.56 | 29.73 | - |
| YUV | 192.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 132 | 0 | 0.06 | 0.37 | 0.18 | 50.53 | 0.45 | 0.67 |
| Hex | D0 | C4 | 84 | 0 | 6 | 25 | 12 | 33 | 2D | 43 |
| Octal | 320 | 304 | 204 | 0 | 6 | 45 | 22 | 63 | 55 | 103 |
| Binary | 11010000 | 11000100 | 10000100 | 0 | 110 | 100101 | 10010 | 110011 | 101101 | 1000011 |
Color Harmonies of #D0C484
Complementary color
Monochromatic Colors of #D0C484
Black with #D0C484
Text Example
Text Example
White with #D0C484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C484; }
p { color: rgb(208,196,132); }
H1.HeaderClassName
{
color: #D0C484;
}
.AnyTagClassName
{
color: #D0C484;
}
</style>
background-color css
<style>
a { background-color: #D0C484; }
a { background-color: rgb(208,196,132); }
div.DivClassName
{
background-color: #D0C484;
}
.BgClassName
{
background-color: #D0C484;
}
</style>
border-color css
<style>
span { border-color: #D0C484; }
span { border-color: rgb(208,196,132); }
td.TdClassName
{
border-color: #D0C484;
}
.TagClassName
{
border-color: #D0C484;
}
</style>