Shades of Winter Hazel #D5C47F
Tints of Winter Hazel #D5C47F
RGB
CMYK
RGB Variations
Color information
#D5C47F (or 0xD5C47F) is known color: Winter Hazel. HEX triplet: D5, C4 and 7F. RGB value is (213,196,127). Sum of RGB (Red+Green+Blue) = 213+196+127=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C47F is #2A3B80. Grayscale: #C1C1C1. Windows color (decimal): -2767745 or 8373461. OLE color: 8373461.
HSL color Cylindrical-coordinate representation of color #D5C47F: hue angle of 48.14º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5C47F is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 196 | 127 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.16 |
| HSL | 48.14º | 0.51% | 0.67% | - |
| HSV(B) | 48.14º | 0.4% | 0.84% | - |
| XYZ | 51.01 | 55.16 | 28.04 | - |
| YUV | 193.22 | 90.63 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 196 | 127 | 0 | 0.08 | 0.40 | 0.16 | 48.14 | 0.51 | 0.67 |
| Hex | D5 | C4 | 7F | 0 | 8 | 28 | 10 | 30 | 33 | 43 |
| Octal | 325 | 304 | 177 | 0 | 10 | 50 | 20 | 60 | 63 | 103 |
| Binary | 11010101 | 11000100 | 1111111 | 0 | 1000 | 101000 | 10000 | 110000 | 110011 | 1000011 |
Color Harmonies of #D5C47F
Complementary color
Monochromatic Colors of #D5C47F
Black with #D5C47F
Text Example
Text Example
White with #D5C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C47F; }
p { color: rgb(213,196,127); }
H1.HeaderClassName
{
color: #D5C47F;
}
.AnyTagClassName
{
color: #D5C47F;
}
</style>
background-color css
<style>
a { background-color: #D5C47F; }
a { background-color: rgb(213,196,127); }
div.DivClassName
{
background-color: #D5C47F;
}
.BgClassName
{
background-color: #D5C47F;
}
</style>
border-color css
<style>
span { border-color: #D5C47F; }
span { border-color: rgb(213,196,127); }
td.TdClassName
{
border-color: #D5C47F;
}
.TagClassName
{
border-color: #D5C47F;
}
</style>