Shades of Winter Hazel #D6C57E
Tints of Winter Hazel #D6C57E
RGB
CMYK
RGB Variations
Color information
#D6C57E (or 0xD6C57E) is known color: Winter Hazel. HEX triplet: D6, C5 and 7E. RGB value is (214,197,126). Sum of RGB (Red+Green+Blue) = 214+197+126=537 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.85% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C57E is #293A81. Grayscale: #C2C2C2. Windows color (decimal): -2701954 or 8308182. OLE color: 8308182.
HSL color Cylindrical-coordinate representation of color #D6C57E: hue angle of 48.41º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D6C57E is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 126 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.16 |
| HSL | 48.41º | 0.52% | 0.67% | - |
| HSV(B) | 48.41º | 0.41% | 0.84% | - |
| XYZ | 51.46 | 55.74 | 27.78 | - |
| YUV | 193.99 | 89.63 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 126 | 0 | 0.08 | 0.41 | 0.16 | 48.41 | 0.52 | 0.67 |
| Hex | D6 | C5 | 7E | 0 | 8 | 29 | 10 | 30 | 34 | 43 |
| Octal | 326 | 305 | 176 | 0 | 10 | 51 | 20 | 60 | 64 | 103 |
| Binary | 11010110 | 11000101 | 1111110 | 0 | 1000 | 101001 | 10000 | 110000 | 110100 | 1000011 |
Color Harmonies of #D6C57E
Complementary color
Monochromatic Colors of #D6C57E
Black with #D6C57E
Text Example
Text Example
White with #D6C57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C57E; }
p { color: rgb(214,197,126); }
H1.HeaderClassName
{
color: #D6C57E;
}
.AnyTagClassName
{
color: #D6C57E;
}
</style>
background-color css
<style>
a { background-color: #D6C57E; }
a { background-color: rgb(214,197,126); }
div.DivClassName
{
background-color: #D6C57E;
}
.BgClassName
{
background-color: #D6C57E;
}
</style>
border-color css
<style>
span { border-color: #D6C57E; }
span { border-color: rgb(214,197,126); }
td.TdClassName
{
border-color: #D6C57E;
}
.TagClassName
{
border-color: #D6C57E;
}
</style>