Shades of Winter Hazel #D0C285
Tints of Winter Hazel #D0C285
RGB
CMYK
RGB Variations
Color information
#D0C285 (or 0xD0C285) is known color: Winter Hazel. HEX triplet: D0, C2 and 85. RGB value is (208,194,133). Sum of RGB (Red+Green+Blue) = 208+194+133=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C285 is #2F3D7A. Grayscale: #BFBFBF. Windows color (decimal): -3095931 or 8766160. OLE color: 8766160.
HSL color Cylindrical-coordinate representation of color #D0C285: hue angle of 48.8º 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 #D0C285 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 194 | 133 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.18 |
| HSL | 48.8º | 0.44% | 0.67% | - |
| HSV(B) | 48.8º | 0.36% | 0.82% | - |
| XYZ | 49.54 | 53.69 | 29.94 | - |
| YUV | 191.23 | 95.14 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 194 | 133 | 0 | 0.07 | 0.36 | 0.18 | 48.8 | 0.44 | 0.67 |
| Hex | D0 | C2 | 85 | 0 | 7 | 24 | 12 | 31 | 2C | 43 |
| Octal | 320 | 302 | 205 | 0 | 7 | 44 | 22 | 61 | 54 | 103 |
| Binary | 11010000 | 11000010 | 10000101 | 0 | 111 | 100100 | 10010 | 110001 | 101100 | 1000011 |
Color Harmonies of #D0C285
Complementary color
Monochromatic Colors of #D0C285
Black with #D0C285
Text Example
Text Example
White with #D0C285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C285; }
p { color: rgb(208,194,133); }
H1.HeaderClassName
{
color: #D0C285;
}
.AnyTagClassName
{
color: #D0C285;
}
</style>
background-color css
<style>
a { background-color: #D0C285; }
a { background-color: rgb(208,194,133); }
div.DivClassName
{
background-color: #D0C285;
}
.BgClassName
{
background-color: #D0C285;
}
</style>
border-color css
<style>
span { border-color: #D0C285; }
span { border-color: rgb(208,194,133); }
td.TdClassName
{
border-color: #D0C285;
}
.TagClassName
{
border-color: #D0C285;
}
</style>