Shades of Winter Hazel #D5CB87
Tints of Winter Hazel #D5CB87
RGB
CMYK
RGB Variations
Color information
#D5CB87 (or 0xD5CB87) is known color: Winter Hazel. HEX triplet: D5, CB and 87. RGB value is (213,203,135). Sum of RGB (Red+Green+Blue) = 213+203+135=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 203 (79.69% from 255 or 36.84% from 551); Blue value is 135 (53.12% from 255 or 24.50% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CB87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CB87 is #2A3478. Grayscale: #C6C6C6. Windows color (decimal): -2765945 or 8899541. OLE color: 8899541.
HSL color Cylindrical-coordinate representation of color #D5CB87: hue angle of 52.31º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D5CB87 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 135 | - |
| CMYK | 0 | 0.05 | 0.37 | 0.16 |
| HSL | 52.31º | 0.48% | 0.68% | - |
| HSV(B) | 52.31º | 0.37% | 0.84% | - |
| XYZ | 53.17 | 58.61 | 31.43 | - |
| YUV | 198.24 | 92.31 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 135 | 0 | 0.05 | 0.37 | 0.16 | 52.31 | 0.48 | 0.68 |
| Hex | D5 | CB | 87 | 0 | 5 | 25 | 10 | 34 | 30 | 44 |
| Octal | 325 | 313 | 207 | 0 | 5 | 45 | 20 | 64 | 60 | 104 |
| Binary | 11010101 | 11001011 | 10000111 | 0 | 101 | 100101 | 10000 | 110100 | 110000 | 1000100 |
Color Harmonies of #D5CB87
Complementary color
Monochromatic Colors of #D5CB87
Black with #D5CB87
Text Example
Text Example
White with #D5CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CB87; }
p { color: rgb(213,203,135); }
H1.HeaderClassName
{
color: #D5CB87;
}
.AnyTagClassName
{
color: #D5CB87;
}
</style>
background-color css
<style>
a { background-color: #D5CB87; }
a { background-color: rgb(213,203,135); }
div.DivClassName
{
background-color: #D5CB87;
}
.BgClassName
{
background-color: #D5CB87;
}
</style>
border-color css
<style>
span { border-color: #D5CB87; }
span { border-color: rgb(213,203,135); }
td.TdClassName
{
border-color: #D5CB87;
}
.TagClassName
{
border-color: #D5CB87;
}
</style>