Shades of Winter Hazel #D5CE86
Tints of Winter Hazel #D5CE86
RGB
CMYK
RGB Variations
Color information
#D5CE86 (or 0xD5CE86) is known color: Winter Hazel. HEX triplet: D5, CE and 86. RGB value is (213,206,134). Sum of RGB (Red+Green+Blue) = 213+206+134=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 134 (52.73% from 255 or 24.23% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE86 is #2A3179. Grayscale: #C8C8C8. Windows color (decimal): -2765178 or 8834773. OLE color: 8834773.
HSL color Cylindrical-coordinate representation of color #D5CE86: hue angle of 54.68º 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 #D5CE86 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 134 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.16 |
| HSL | 54.68º | 0.48% | 0.68% | - |
| HSV(B) | 54.68º | 0.37% | 0.84% | - |
| XYZ | 53.81 | 60.01 | 31.3 | - |
| YUV | 199.89 | 90.82 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 134 | 0 | 0.03 | 0.37 | 0.16 | 54.68 | 0.48 | 0.68 |
| Hex | D5 | CE | 86 | 0 | 3 | 25 | 10 | 37 | 30 | 44 |
| Octal | 325 | 316 | 206 | 0 | 3 | 45 | 20 | 67 | 60 | 104 |
| Binary | 11010101 | 11001110 | 10000110 | 0 | 11 | 100101 | 10000 | 110111 | 110000 | 1000100 |
Color Harmonies of #D5CE86
Complementary color
Monochromatic Colors of #D5CE86
Black with #D5CE86
Text Example
Text Example
White with #D5CE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE86; }
p { color: rgb(213,206,134); }
H1.HeaderClassName
{
color: #D5CE86;
}
.AnyTagClassName
{
color: #D5CE86;
}
</style>
background-color css
<style>
a { background-color: #D5CE86; }
a { background-color: rgb(213,206,134); }
div.DivClassName
{
background-color: #D5CE86;
}
.BgClassName
{
background-color: #D5CE86;
}
</style>
border-color css
<style>
span { border-color: #D5CE86; }
span { border-color: rgb(213,206,134); }
td.TdClassName
{
border-color: #D5CE86;
}
.TagClassName
{
border-color: #D5CE86;
}
</style>