Shades of Winter Hazel #D6C77F
Tints of Winter Hazel #D6C77F
RGB
CMYK
RGB Variations
Color information
#D6C77F (or 0xD6C77F) is known color: Winter Hazel. HEX triplet: D6, C7 and 7F. RGB value is (214,199,127). Sum of RGB (Red+Green+Blue) = 214+199+127=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C77F is #293880. Grayscale: #C3C3C3. Windows color (decimal): -2701441 or 8374230. OLE color: 8374230.
HSL color Cylindrical-coordinate representation of color #D6C77F: hue angle of 49.66º 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 #D6C77F is Cyan = 0, Magento = 0.07, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 127 | - |
| CMYK | 0 | 0.07 | 0.41 | 0.16 |
| HSL | 49.66º | 0.51% | 0.67% | - |
| HSV(B) | 49.66º | 0.41% | 0.84% | - |
| XYZ | 51.99 | 56.68 | 28.28 | - |
| YUV | 195.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 127 | 0 | 0.07 | 0.41 | 0.16 | 49.66 | 0.51 | 0.67 |
| Hex | D6 | C7 | 7F | 0 | 7 | 29 | 10 | 32 | 33 | 43 |
| Octal | 326 | 307 | 177 | 0 | 7 | 51 | 20 | 62 | 63 | 103 |
| Binary | 11010110 | 11000111 | 1111111 | 0 | 111 | 101001 | 10000 | 110010 | 110011 | 1000011 |
Color Harmonies of #D6C77F
Complementary color
Monochromatic Colors of #D6C77F
Black with #D6C77F
Text Example
Text Example
White with #D6C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C77F; }
p { color: rgb(214,199,127); }
H1.HeaderClassName
{
color: #D6C77F;
}
.AnyTagClassName
{
color: #D6C77F;
}
</style>
background-color css
<style>
a { background-color: #D6C77F; }
a { background-color: rgb(214,199,127); }
div.DivClassName
{
background-color: #D6C77F;
}
.BgClassName
{
background-color: #D6C77F;
}
</style>
border-color css
<style>
span { border-color: #D6C77F; }
span { border-color: rgb(214,199,127); }
td.TdClassName
{
border-color: #D6C77F;
}
.TagClassName
{
border-color: #D6C77F;
}
</style>