Shades of Winter Hazel #D2C985
Tints of Winter Hazel #D2C985
RGB
CMYK
RGB Variations
Color information
#D2C985 (or 0xD2C985) is known color: Winter Hazel. HEX triplet: D2, C9 and 85. RGB value is (210,201,133). Sum of RGB (Red+Green+Blue) = 210+201+133=544 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.60% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 133 (52.34% from 255 or 24.45% from 544); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2C985 is #2D367A. Grayscale: #C4C4C4. Windows color (decimal): -2963067 or 8767954. OLE color: 8767954.
HSL color Cylindrical-coordinate representation of color #D2C985: hue angle of 52.99º degrees, saturation: 0.46, 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 #D2C985 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 133 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.18 |
| HSL | 52.99º | 0.46% | 0.67% | - |
| HSV(B) | 52.99º | 0.37% | 0.82% | - |
| XYZ | 51.7 | 57.17 | 30.5 | - |
| YUV | 195.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 133 | 0 | 0.04 | 0.37 | 0.18 | 52.99 | 0.46 | 0.67 |
| Hex | D2 | C9 | 85 | 0 | 4 | 25 | 12 | 35 | 2E | 43 |
| Octal | 322 | 311 | 205 | 0 | 4 | 45 | 22 | 65 | 56 | 103 |
| Binary | 11010010 | 11001001 | 10000101 | 0 | 100 | 100101 | 10010 | 110101 | 101110 | 1000011 |
Color Harmonies of #D2C985
Complementary color
Monochromatic Colors of #D2C985
Black with #D2C985
Text Example
Text Example
White with #D2C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C985; }
p { color: rgb(210,201,133); }
H1.HeaderClassName
{
color: #D2C985;
}
.AnyTagClassName
{
color: #D2C985;
}
</style>
background-color css
<style>
a { background-color: #D2C985; }
a { background-color: rgb(210,201,133); }
div.DivClassName
{
background-color: #D2C985;
}
.BgClassName
{
background-color: #D2C985;
}
</style>
border-color css
<style>
span { border-color: #D2C985; }
span { border-color: rgb(210,201,133); }
td.TdClassName
{
border-color: #D2C985;
}
.TagClassName
{
border-color: #D2C985;
}
</style>