Shades of Winter Hazel #D5C57F
Tints of Winter Hazel #D5C57F
RGB
CMYK
RGB Variations
Color information
#D5C57F (or 0xD5C57F) is known color: Winter Hazel. HEX triplet: D5, C5 and 7F. RGB value is (213,197,127). Sum of RGB (Red+Green+Blue) = 213+197+127=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C57F is #2A3A80. Grayscale: #C2C2C2. Windows color (decimal): -2767489 or 8373717. OLE color: 8373717.
HSL color Cylindrical-coordinate representation of color #D5C57F: hue angle of 48.84º 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 #D5C57F is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 127 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.16 |
| HSL | 48.84º | 0.51% | 0.67% | - |
| HSV(B) | 48.84º | 0.4% | 0.84% | - |
| XYZ | 51.24 | 55.61 | 28.11 | - |
| YUV | 193.8 | 90.3 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 127 | 0 | 0.08 | 0.40 | 0.16 | 48.84 | 0.51 | 0.67 |
| Hex | D5 | C5 | 7F | 0 | 8 | 28 | 10 | 31 | 33 | 43 |
| Octal | 325 | 305 | 177 | 0 | 10 | 50 | 20 | 61 | 63 | 103 |
| Binary | 11010101 | 11000101 | 1111111 | 0 | 1000 | 101000 | 10000 | 110001 | 110011 | 1000011 |
Color Harmonies of #D5C57F
Complementary color
Monochromatic Colors of #D5C57F
Black with #D5C57F
Text Example
Text Example
White with #D5C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C57F; }
p { color: rgb(213,197,127); }
H1.HeaderClassName
{
color: #D5C57F;
}
.AnyTagClassName
{
color: #D5C57F;
}
</style>
background-color css
<style>
a { background-color: #D5C57F; }
a { background-color: rgb(213,197,127); }
div.DivClassName
{
background-color: #D5C57F;
}
.BgClassName
{
background-color: #D5C57F;
}
</style>
border-color css
<style>
span { border-color: #D5C57F; }
span { border-color: rgb(213,197,127); }
td.TdClassName
{
border-color: #D5C57F;
}
.TagClassName
{
border-color: #D5C57F;
}
</style>