Shades of Winter Hazel #D5CE84
Tints of Winter Hazel #D5CE84
RGB
CMYK
RGB Variations
Color information
#D5CE84 (or 0xD5CE84) is known color: Winter Hazel. HEX triplet: D5, CE and 84. RGB value is (213,206,132). Sum of RGB (Red+Green+Blue) = 213+206+132=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 206 (80.86% from 255 or 37.39% from 551); Blue value is 132 (51.95% from 255 or 23.96% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CE84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5CE84 is #2A317B. Grayscale: #C7C7C7. Windows color (decimal): -2765180 or 8703701. OLE color: 8703701.
HSL color Cylindrical-coordinate representation of color #D5CE84: hue angle of 54.81º 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 #D5CE84 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 206 | 132 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.16 |
| HSL | 54.81º | 0.49% | 0.68% | - |
| HSV(B) | 54.81º | 0.38% | 0.84% | - |
| XYZ | 53.68 | 59.95 | 30.57 | - |
| YUV | 199.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 132 | 0 | 0.03 | 0.38 | 0.16 | 54.81 | 0.49 | 0.68 |
| Hex | D5 | CE | 84 | 0 | 3 | 26 | 10 | 37 | 31 | 44 |
| Octal | 325 | 316 | 204 | 0 | 3 | 46 | 20 | 67 | 61 | 104 |
| Binary | 11010101 | 11001110 | 10000100 | 0 | 11 | 100110 | 10000 | 110111 | 110001 | 1000100 |
Color Harmonies of #D5CE84
Complementary color
Monochromatic Colors of #D5CE84
Black with #D5CE84
Text Example
Text Example
White with #D5CE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CE84; }
p { color: rgb(213,206,132); }
H1.HeaderClassName
{
color: #D5CE84;
}
.AnyTagClassName
{
color: #D5CE84;
}
</style>
background-color css
<style>
a { background-color: #D5CE84; }
a { background-color: rgb(213,206,132); }
div.DivClassName
{
background-color: #D5CE84;
}
.BgClassName
{
background-color: #D5CE84;
}
</style>
border-color css
<style>
span { border-color: #D5CE84; }
span { border-color: rgb(213,206,132); }
td.TdClassName
{
border-color: #D5CE84;
}
.TagClassName
{
border-color: #D5CE84;
}
</style>