Shades of Winter Hazel #D5C98C
Tints of Winter Hazel #D5C98C
RGB
CMYK
RGB Variations
Color information
#D5C98C (or 0xD5C98C) is known color: Winter Hazel. HEX triplet: D5, C9 and 8C. RGB value is (213,201,140). Sum of RGB (Red+Green+Blue) = 213+201+140=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 201 (78.91% from 255 or 36.28% from 554); Blue value is 140 (55.08% from 255 or 25.27% from 554); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C98C is #2A3673. Grayscale: #C5C5C5. Windows color (decimal): -2766452 or 9226709. OLE color: 9226709.
HSL color Cylindrical-coordinate representation of color #D5C98C: hue angle of 50.14º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5C98C is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 201 | 140 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.16 |
| HSL | 50.14º | 0.46% | 0.69% | - |
| HSV(B) | 50.14º | 0.34% | 0.84% | - |
| XYZ | 53.06 | 57.81 | 33.17 | - |
| YUV | 197.63 | 95.48 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 201 | 140 | 0 | 0.06 | 0.34 | 0.16 | 50.14 | 0.46 | 0.69 |
| Hex | D5 | C9 | 8C | 0 | 6 | 22 | 10 | 32 | 2E | 45 |
| Octal | 325 | 311 | 214 | 0 | 6 | 42 | 20 | 62 | 56 | 105 |
| Binary | 11010101 | 11001001 | 10001100 | 0 | 110 | 100010 | 10000 | 110010 | 101110 | 1000101 |
Color Harmonies of #D5C98C
Complementary color
Monochromatic Colors of #D5C98C
Black with #D5C98C
Text Example
Text Example
White with #D5C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C98C; }
p { color: rgb(213,201,140); }
H1.HeaderClassName
{
color: #D5C98C;
}
.AnyTagClassName
{
color: #D5C98C;
}
</style>
background-color css
<style>
a { background-color: #D5C98C; }
a { background-color: rgb(213,201,140); }
div.DivClassName
{
background-color: #D5C98C;
}
.BgClassName
{
background-color: #D5C98C;
}
</style>
border-color css
<style>
span { border-color: #D5C98C; }
span { border-color: rgb(213,201,140); }
td.TdClassName
{
border-color: #D5C98C;
}
.TagClassName
{
border-color: #D5C98C;
}
</style>