Shades of Winter Hazel #D5C47C
Tints of Winter Hazel #D5C47C
RGB
CMYK
RGB Variations
Color information
#D5C47C (or 0xD5C47C) is known color: Winter Hazel. HEX triplet: D5, C4 and 7C. RGB value is (213,196,124). Sum of RGB (Red+Green+Blue) = 213+196+124=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 196 (76.95% from 255 or 36.77% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C47C is #2A3B83. Grayscale: #C1C1C1. Windows color (decimal): -2767748 or 8176853. OLE color: 8176853.
HSL color Cylindrical-coordinate representation of color #D5C47C: hue angle of 48.54º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5C47C is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 196 | 124 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.16 |
| HSL | 48.54º | 0.51% | 0.66% | - |
| HSV(B) | 48.54º | 0.42% | 0.84% | - |
| XYZ | 50.82 | 55.08 | 27.02 | - |
| YUV | 192.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 196 | 124 | 0 | 0.08 | 0.42 | 0.16 | 48.54 | 0.51 | 0.66 |
| Hex | D5 | C4 | 7C | 0 | 8 | 2A | 10 | 31 | 33 | 42 |
| Octal | 325 | 304 | 174 | 0 | 10 | 52 | 20 | 61 | 63 | 102 |
| Binary | 11010101 | 11000100 | 1111100 | 0 | 1000 | 101010 | 10000 | 110001 | 110011 | 1000010 |
Color Harmonies of #D5C47C
Complementary color
Monochromatic Colors of #D5C47C
Black with #D5C47C
Text Example
Text Example
White with #D5C47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C47C; }
p { color: rgb(213,196,124); }
H1.HeaderClassName
{
color: #D5C47C;
}
.AnyTagClassName
{
color: #D5C47C;
}
</style>
background-color css
<style>
a { background-color: #D5C47C; }
a { background-color: rgb(213,196,124); }
div.DivClassName
{
background-color: #D5C47C;
}
.BgClassName
{
background-color: #D5C47C;
}
</style>
border-color css
<style>
span { border-color: #D5C47C; }
span { border-color: rgb(213,196,124); }
td.TdClassName
{
border-color: #D5C47C;
}
.TagClassName
{
border-color: #D5C47C;
}
</style>