Shades of Winter Hazel #D5C17C
Tints of Winter Hazel #D5C17C
RGB
CMYK
RGB Variations
Color information
#D5C17C (or 0xD5C17C) is known color: Winter Hazel. HEX triplet: D5, C1 and 7C. RGB value is (213,193,124). Sum of RGB (Red+Green+Blue) = 213+193+124=530 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.19% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C17C is #2A3E83. Grayscale: #BFBFBF. Windows color (decimal): -2768516 or 8176085. OLE color: 8176085.
HSL color Cylindrical-coordinate representation of color #D5C17C: hue angle of 46.52º 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 #D5C17C is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 124 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.16 |
| HSL | 46.52º | 0.51% | 0.66% | - |
| HSV(B) | 46.52º | 0.42% | 0.84% | - |
| XYZ | 50.15 | 53.74 | 26.8 | - |
| YUV | 191.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 124 | 0 | 0.09 | 0.42 | 0.16 | 46.52 | 0.51 | 0.66 |
| Hex | D5 | C1 | 7C | 0 | 9 | 2A | 10 | 2F | 33 | 42 |
| Octal | 325 | 301 | 174 | 0 | 11 | 52 | 20 | 57 | 63 | 102 |
| Binary | 11010101 | 11000001 | 1111100 | 0 | 1001 | 101010 | 10000 | 101111 | 110011 | 1000010 |
Color Harmonies of #D5C17C
Complementary color
Monochromatic Colors of #D5C17C
Black with #D5C17C
Text Example
Text Example
White with #D5C17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C17C; }
p { color: rgb(213,193,124); }
H1.HeaderClassName
{
color: #D5C17C;
}
.AnyTagClassName
{
color: #D5C17C;
}
</style>
background-color css
<style>
a { background-color: #D5C17C; }
a { background-color: rgb(213,193,124); }
div.DivClassName
{
background-color: #D5C17C;
}
.BgClassName
{
background-color: #D5C17C;
}
</style>
border-color css
<style>
span { border-color: #D5C17C; }
span { border-color: rgb(213,193,124); }
td.TdClassName
{
border-color: #D5C17C;
}
.TagClassName
{
border-color: #D5C17C;
}
</style>