Shades of Winter Hazel #D0C985
Tints of Winter Hazel #D0C985
RGB
CMYK
RGB Variations
Color information
#D0C985 (or 0xD0C985) is known color: Winter Hazel. HEX triplet: D0, C9 and 85. RGB value is (208,201,133). Sum of RGB (Red+Green+Blue) = 208+201+133=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C985 is #2F367A. Grayscale: #C3C3C3. Windows color (decimal): -3094139 or 8767952. OLE color: 8767952.
HSL color Cylindrical-coordinate representation of color #D0C985: hue angle of 54.4º 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 #D0C985 is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 133 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.18 |
| HSL | 54.4º | 0.44% | 0.67% | - |
| HSV(B) | 54.4º | 0.36% | 0.82% | - |
| XYZ | 51.13 | 56.88 | 30.47 | - |
| YUV | 195.34 | 92.82 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 133 | 0 | 0.03 | 0.36 | 0.18 | 54.4 | 0.44 | 0.67 |
| Hex | D0 | C9 | 85 | 0 | 3 | 24 | 12 | 36 | 2C | 43 |
| Octal | 320 | 311 | 205 | 0 | 3 | 44 | 22 | 66 | 54 | 103 |
| Binary | 11010000 | 11001001 | 10000101 | 0 | 11 | 100100 | 10010 | 110110 | 101100 | 1000011 |
Color Harmonies of #D0C985
Complementary color
Monochromatic Colors of #D0C985
Black with #D0C985
Text Example
Text Example
White with #D0C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C985; }
p { color: rgb(208,201,133); }
H1.HeaderClassName
{
color: #D0C985;
}
.AnyTagClassName
{
color: #D0C985;
}
</style>
background-color css
<style>
a { background-color: #D0C985; }
a { background-color: rgb(208,201,133); }
div.DivClassName
{
background-color: #D0C985;
}
.BgClassName
{
background-color: #D0C985;
}
</style>
border-color css
<style>
span { border-color: #D0C985; }
span { border-color: rgb(208,201,133); }
td.TdClassName
{
border-color: #D0C985;
}
.TagClassName
{
border-color: #D0C985;
}
</style>