Shades of Winter Hazel #D5C87F
Tints of Winter Hazel #D5C87F
RGB
CMYK
RGB Variations
Color information
#D5C87F (or 0xD5C87F) is known color: Winter Hazel. HEX triplet: D5, C8 and 7F. RGB value is (213,200,127). Sum of RGB (Red+Green+Blue) = 213+200+127=540 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.44% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C87F is #2A3780. Grayscale: #C3C3C3. Windows color (decimal): -2766721 or 8374485. OLE color: 8374485.
HSL color Cylindrical-coordinate representation of color #D5C87F: hue angle of 50.93º 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 #D5C87F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 200 | 127 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.16 |
| HSL | 50.93º | 0.51% | 0.67% | - |
| HSV(B) | 50.93º | 0.4% | 0.84% | - |
| XYZ | 51.93 | 56.99 | 28.34 | - |
| YUV | 195.57 | 89.31 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 127 | 0 | 0.06 | 0.40 | 0.16 | 50.93 | 0.51 | 0.67 |
| Hex | D5 | C8 | 7F | 0 | 6 | 28 | 10 | 33 | 33 | 43 |
| Octal | 325 | 310 | 177 | 0 | 6 | 50 | 20 | 63 | 63 | 103 |
| Binary | 11010101 | 11001000 | 1111111 | 0 | 110 | 101000 | 10000 | 110011 | 110011 | 1000011 |
Color Harmonies of #D5C87F
Complementary color
Monochromatic Colors of #D5C87F
Black with #D5C87F
Text Example
Text Example
White with #D5C87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C87F; }
p { color: rgb(213,200,127); }
H1.HeaderClassName
{
color: #D5C87F;
}
.AnyTagClassName
{
color: #D5C87F;
}
</style>
background-color css
<style>
a { background-color: #D5C87F; }
a { background-color: rgb(213,200,127); }
div.DivClassName
{
background-color: #D5C87F;
}
.BgClassName
{
background-color: #D5C87F;
}
</style>
border-color css
<style>
span { border-color: #D5C87F; }
span { border-color: rgb(213,200,127); }
td.TdClassName
{
border-color: #D5C87F;
}
.TagClassName
{
border-color: #D5C87F;
}
</style>