Shades of Winter Hazel #D5C985
Tints of Winter Hazel #D5C985
RGB
CMYK
RGB Variations
Color information
#D5C985 (or 0xD5C985) is known color: Winter Hazel. HEX triplet: D5, C9 and 85. RGB value is (213,201,133). Sum of RGB (Red+Green+Blue) = 213+201+133=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C985 is #2A367A. Grayscale: #C5C5C5. Windows color (decimal): -2766459 or 8767957. OLE color: 8767957.
HSL color Cylindrical-coordinate representation of color #D5C985: hue angle of 51º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5C985 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 133 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.16 |
| HSL | 51º | 0.49% | 0.68% | - |
| HSV(B) | 51º | 0.38% | 0.84% | - |
| XYZ | 52.56 | 57.61 | 30.54 | - |
| YUV | 196.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 133 | 0 | 0.06 | 0.38 | 0.16 | 51 | 0.49 | 0.68 |
| Hex | D5 | C9 | 85 | 0 | 6 | 26 | 10 | 33 | 31 | 44 |
| Octal | 325 | 311 | 205 | 0 | 6 | 46 | 20 | 63 | 61 | 104 |
| Binary | 11010101 | 11001001 | 10000101 | 0 | 110 | 100110 | 10000 | 110011 | 110001 | 1000100 |
Color Harmonies of #D5C985
Complementary color
Monochromatic Colors of #D5C985
Black with #D5C985
Text Example
Text Example
White with #D5C985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C985; }
p { color: rgb(213,201,133); }
H1.HeaderClassName
{
color: #D5C985;
}
.AnyTagClassName
{
color: #D5C985;
}
</style>
background-color css
<style>
a { background-color: #D5C985; }
a { background-color: rgb(213,201,133); }
div.DivClassName
{
background-color: #D5C985;
}
.BgClassName
{
background-color: #D5C985;
}
</style>
border-color css
<style>
span { border-color: #D5C985; }
span { border-color: rgb(213,201,133); }
td.TdClassName
{
border-color: #D5C985;
}
.TagClassName
{
border-color: #D5C985;
}
</style>