Shades of Winter Hazel #D5C885
Tints of Winter Hazel #D5C885
RGB
CMYK
RGB Variations
Color information
#D5C885 (or 0xD5C885) is known color: Winter Hazel. HEX triplet: D5, C8 and 85. RGB value is (213,200,133). Sum of RGB (Red+Green+Blue) = 213+200+133=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C885 is #2A377A. Grayscale: #C4C4C4. Windows color (decimal): -2766715 or 8767701. OLE color: 8767701.
HSL color Cylindrical-coordinate representation of color #D5C885: hue angle of 50.25º 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 #D5C885 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 133 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.16 |
| HSL | 50.25º | 0.49% | 0.68% | - |
| HSV(B) | 50.25º | 0.38% | 0.84% | - |
| XYZ | 52.33 | 57.15 | 30.46 | - |
| YUV | 196.25 | 92.31 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 133 | 0 | 0.06 | 0.38 | 0.16 | 50.25 | 0.49 | 0.68 |
| Hex | D5 | C8 | 85 | 0 | 6 | 26 | 10 | 32 | 31 | 44 |
| Octal | 325 | 310 | 205 | 0 | 6 | 46 | 20 | 62 | 61 | 104 |
| Binary | 11010101 | 11001000 | 10000101 | 0 | 110 | 100110 | 10000 | 110010 | 110001 | 1000100 |
Color Harmonies of #D5C885
Complementary color
Monochromatic Colors of #D5C885
Black with #D5C885
Text Example
Text Example
White with #D5C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C885; }
p { color: rgb(213,200,133); }
H1.HeaderClassName
{
color: #D5C885;
}
.AnyTagClassName
{
color: #D5C885;
}
</style>
background-color css
<style>
a { background-color: #D5C885; }
a { background-color: rgb(213,200,133); }
div.DivClassName
{
background-color: #D5C885;
}
.BgClassName
{
background-color: #D5C885;
}
</style>
border-color css
<style>
span { border-color: #D5C885; }
span { border-color: rgb(213,200,133); }
td.TdClassName
{
border-color: #D5C885;
}
.TagClassName
{
border-color: #D5C885;
}
</style>