Shades of Winter Hazel #D0C385
Tints of Winter Hazel #D0C385
RGB
CMYK
RGB Variations
Color information
#D0C385 (or 0xD0C385) is known color: Winter Hazel. HEX triplet: D0, C3 and 85. RGB value is (208,195,133). Sum of RGB (Red+Green+Blue) = 208+195+133=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 195 (76.56% from 255 or 36.38% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C385 is #2F3C7A. Grayscale: #C0C0C0. Windows color (decimal): -3095675 or 8766416. OLE color: 8766416.
HSL color Cylindrical-coordinate representation of color #D0C385: hue angle of 49.6º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D0C385 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 133 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.18 |
| HSL | 49.6º | 0.44% | 0.67% | - |
| HSV(B) | 49.6º | 0.36% | 0.82% | - |
| XYZ | 49.76 | 54.13 | 30.02 | - |
| YUV | 191.82 | 94.81 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 133 | 0 | 0.06 | 0.36 | 0.18 | 49.6 | 0.44 | 0.67 |
| Hex | D0 | C3 | 85 | 0 | 6 | 24 | 12 | 32 | 2C | 43 |
| Octal | 320 | 303 | 205 | 0 | 6 | 44 | 22 | 62 | 54 | 103 |
| Binary | 11010000 | 11000011 | 10000101 | 0 | 110 | 100100 | 10010 | 110010 | 101100 | 1000011 |
Color Harmonies of #D0C385
Complementary color
Monochromatic Colors of #D0C385
Black with #D0C385
Text Example
Text Example
White with #D0C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C385; }
p { color: rgb(208,195,133); }
H1.HeaderClassName
{
color: #D0C385;
}
.AnyTagClassName
{
color: #D0C385;
}
</style>
background-color css
<style>
a { background-color: #D0C385; }
a { background-color: rgb(208,195,133); }
div.DivClassName
{
background-color: #D0C385;
}
.BgClassName
{
background-color: #D0C385;
}
</style>
border-color css
<style>
span { border-color: #D0C385; }
span { border-color: rgb(208,195,133); }
td.TdClassName
{
border-color: #D0C385;
}
.TagClassName
{
border-color: #D0C385;
}
</style>