Shades of Winter Hazel #D6C97F
Tints of Winter Hazel #D6C97F
RGB
CMYK
RGB Variations
Color information
#D6C97F (or 0xD6C97F) is known color: Winter Hazel. HEX triplet: D6, C9 and 7F. RGB value is (214,201,127). Sum of RGB (Red+Green+Blue) = 214+201+127=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C97F is #293680. Grayscale: #C4C4C4. Windows color (decimal): -2700929 or 8374742. OLE color: 8374742.
HSL color Cylindrical-coordinate representation of color #D6C97F: hue angle of 51.03º degrees, saturation: 0.51, 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 #D6C97F is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 127 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.16 |
| HSL | 51.03º | 0.51% | 0.67% | - |
| HSV(B) | 51.03º | 0.41% | 0.84% | - |
| XYZ | 52.45 | 57.6 | 28.43 | - |
| YUV | 196.45 | 88.81 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 127 | 0 | 0.06 | 0.41 | 0.16 | 51.03 | 0.51 | 0.67 |
| Hex | D6 | C9 | 7F | 0 | 6 | 29 | 10 | 33 | 33 | 43 |
| Octal | 326 | 311 | 177 | 0 | 6 | 51 | 20 | 63 | 63 | 103 |
| Binary | 11010110 | 11001001 | 1111111 | 0 | 110 | 101001 | 10000 | 110011 | 110011 | 1000011 |
Color Harmonies of #D6C97F
Complementary color
Monochromatic Colors of #D6C97F
Black with #D6C97F
Text Example
Text Example
White with #D6C97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C97F; }
p { color: rgb(214,201,127); }
H1.HeaderClassName
{
color: #D6C97F;
}
.AnyTagClassName
{
color: #D6C97F;
}
</style>
background-color css
<style>
a { background-color: #D6C97F; }
a { background-color: rgb(214,201,127); }
div.DivClassName
{
background-color: #D6C97F;
}
.BgClassName
{
background-color: #D6C97F;
}
</style>
border-color css
<style>
span { border-color: #D6C97F; }
span { border-color: rgb(214,201,127); }
td.TdClassName
{
border-color: #D6C97F;
}
.TagClassName
{
border-color: #D6C97F;
}
</style>