Shades of Winter Hazel #D5C984
Tints of Winter Hazel #D5C984
RGB
CMYK
RGB Variations
Color information
#D5C984 (or 0xD5C984) is known color: Winter Hazel. HEX triplet: D5, C9 and 84. RGB value is (213,201,132). Sum of RGB (Red+Green+Blue) = 213+201+132=546 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.01% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C984 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C984 is #2A367B. Grayscale: #C5C5C5. Windows color (decimal): -2766460 or 8702421. OLE color: 8702421.
HSL color Cylindrical-coordinate representation of color #D5C984: hue angle of 51.11º 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 #D5C984 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 132 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.16 |
| HSL | 51.11º | 0.49% | 0.68% | - |
| HSV(B) | 51.11º | 0.38% | 0.84% | - |
| XYZ | 52.49 | 57.59 | 30.18 | - |
| YUV | 196.72 | 91.48 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 132 | 0 | 0.06 | 0.38 | 0.16 | 51.11 | 0.49 | 0.68 |
| Hex | D5 | C9 | 84 | 0 | 6 | 26 | 10 | 33 | 31 | 44 |
| Octal | 325 | 311 | 204 | 0 | 6 | 46 | 20 | 63 | 61 | 104 |
| Binary | 11010101 | 11001001 | 10000100 | 0 | 110 | 100110 | 10000 | 110011 | 110001 | 1000100 |
Color Harmonies of #D5C984
Complementary color
Monochromatic Colors of #D5C984
Black with #D5C984
Text Example
Text Example
White with #D5C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C984; }
p { color: rgb(213,201,132); }
H1.HeaderClassName
{
color: #D5C984;
}
.AnyTagClassName
{
color: #D5C984;
}
</style>
background-color css
<style>
a { background-color: #D5C984; }
a { background-color: rgb(213,201,132); }
div.DivClassName
{
background-color: #D5C984;
}
.BgClassName
{
background-color: #D5C984;
}
</style>
border-color css
<style>
span { border-color: #D5C984; }
span { border-color: rgb(213,201,132); }
td.TdClassName
{
border-color: #D5C984;
}
.TagClassName
{
border-color: #D5C984;
}
</style>