Shades of Winter Hazel #D5C17F
Tints of Winter Hazel #D5C17F
RGB
CMYK
RGB Variations
Color information
#D5C17F (or 0xD5C17F) is known color: Winter Hazel. HEX triplet: D5, C1 and 7F. RGB value is (213,193,127). Sum of RGB (Red+Green+Blue) = 213+193+127=533 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.96% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C17F is #2A3E80. Grayscale: #BFBFBF. Windows color (decimal): -2768513 or 8372693. OLE color: 8372693.
HSL color Cylindrical-coordinate representation of color #D5C17F: hue angle of 46.05º 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 #D5C17F is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 193 | 127 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.16 |
| HSL | 46.05º | 0.51% | 0.67% | - |
| HSV(B) | 46.05º | 0.4% | 0.84% | - |
| XYZ | 50.34 | 53.82 | 27.81 | - |
| YUV | 191.46 | 91.63 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 193 | 127 | 0 | 0.09 | 0.40 | 0.16 | 46.05 | 0.51 | 0.67 |
| Hex | D5 | C1 | 7F | 0 | 9 | 28 | 10 | 2E | 33 | 43 |
| Octal | 325 | 301 | 177 | 0 | 11 | 50 | 20 | 56 | 63 | 103 |
| Binary | 11010101 | 11000001 | 1111111 | 0 | 1001 | 101000 | 10000 | 101110 | 110011 | 1000011 |
Color Harmonies of #D5C17F
Complementary color
Monochromatic Colors of #D5C17F
Black with #D5C17F
Text Example
Text Example
White with #D5C17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C17F; }
p { color: rgb(213,193,127); }
H1.HeaderClassName
{
color: #D5C17F;
}
.AnyTagClassName
{
color: #D5C17F;
}
</style>
background-color css
<style>
a { background-color: #D5C17F; }
a { background-color: rgb(213,193,127); }
div.DivClassName
{
background-color: #D5C17F;
}
.BgClassName
{
background-color: #D5C17F;
}
</style>
border-color css
<style>
span { border-color: #D5C17F; }
span { border-color: rgb(213,193,127); }
td.TdClassName
{
border-color: #D5C17F;
}
.TagClassName
{
border-color: #D5C17F;
}
</style>