Shades of Winter Hazel #D5C57B
Tints of Winter Hazel #D5C57B
RGB
CMYK
RGB Variations
Color information
#D5C57B (or 0xD5C57B) is known color: Winter Hazel. HEX triplet: D5, C5 and 7B. RGB value is (213,197,123). Sum of RGB (Red+Green+Blue) = 213+197+123=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 123 (48.44% from 255 or 23.08% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C57B is #2A3A84. Grayscale: #C1C1C1. Windows color (decimal): -2767493 or 8111573. OLE color: 8111573.
HSL color Cylindrical-coordinate representation of color #D5C57B: hue angle of 49.33º degrees, saturation: 0.52, 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 #D5C57B is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 197 | 123 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.16 |
| HSL | 49.33º | 0.52% | 0.66% | - |
| HSV(B) | 49.33º | 0.42% | 0.84% | - |
| XYZ | 50.98 | 55.51 | 26.77 | - |
| YUV | 193.35 | 88.3 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 123 | 0 | 0.08 | 0.42 | 0.16 | 49.33 | 0.52 | 0.66 |
| Hex | D5 | C5 | 7B | 0 | 8 | 2A | 10 | 31 | 34 | 42 |
| Octal | 325 | 305 | 173 | 0 | 10 | 52 | 20 | 61 | 64 | 102 |
| Binary | 11010101 | 11000101 | 1111011 | 0 | 1000 | 101010 | 10000 | 110001 | 110100 | 1000010 |
Color Harmonies of #D5C57B
Complementary color
Monochromatic Colors of #D5C57B
Black with #D5C57B
Text Example
Text Example
White with #D5C57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C57B; }
p { color: rgb(213,197,123); }
H1.HeaderClassName
{
color: #D5C57B;
}
.AnyTagClassName
{
color: #D5C57B;
}
</style>
background-color css
<style>
a { background-color: #D5C57B; }
a { background-color: rgb(213,197,123); }
div.DivClassName
{
background-color: #D5C57B;
}
.BgClassName
{
background-color: #D5C57B;
}
</style>
border-color css
<style>
span { border-color: #D5C57B; }
span { border-color: rgb(213,197,123); }
td.TdClassName
{
border-color: #D5C57B;
}
.TagClassName
{
border-color: #D5C57B;
}
</style>