Shades of Winter Hazel #D5C17E
Tints of Winter Hazel #D5C17E
RGB
CMYK
RGB Variations
Color information
#D5C17E (or 0xD5C17E) is known color: Winter Hazel. HEX triplet: D5, C1 and 7E. RGB value is (213,193,126). Sum of RGB (Red+Green+Blue) = 213+193+126=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C17E is #2A3E81. Grayscale: #BFBFBF. Windows color (decimal): -2768514 or 8307157. OLE color: 8307157.
HSL color Cylindrical-coordinate representation of color #D5C17E: hue angle of 46.21º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5C17E is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 126 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.16 |
| HSL | 46.21º | 0.51% | 0.66% | - |
| HSV(B) | 46.21º | 0.41% | 0.84% | - |
| XYZ | 50.28 | 53.79 | 27.47 | - |
| YUV | 191.34 | 91.13 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 126 | 0 | 0.09 | 0.41 | 0.16 | 46.21 | 0.51 | 0.66 |
| Hex | D5 | C1 | 7E | 0 | 9 | 29 | 10 | 2E | 33 | 42 |
| Octal | 325 | 301 | 176 | 0 | 11 | 51 | 20 | 56 | 63 | 102 |
| Binary | 11010101 | 11000001 | 1111110 | 0 | 1001 | 101001 | 10000 | 101110 | 110011 | 1000010 |
Color Harmonies of #D5C17E
Complementary color
Monochromatic Colors of #D5C17E
Black with #D5C17E
Text Example
Text Example
White with #D5C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C17E; }
p { color: rgb(213,193,126); }
H1.HeaderClassName
{
color: #D5C17E;
}
.AnyTagClassName
{
color: #D5C17E;
}
</style>
background-color css
<style>
a { background-color: #D5C17E; }
a { background-color: rgb(213,193,126); }
div.DivClassName
{
background-color: #D5C17E;
}
.BgClassName
{
background-color: #D5C17E;
}
</style>
border-color css
<style>
span { border-color: #D5C17E; }
span { border-color: rgb(213,193,126); }
td.TdClassName
{
border-color: #D5C17E;
}
.TagClassName
{
border-color: #D5C17E;
}
</style>