Shades of Winter Hazel #D4C77F
Tints of Winter Hazel #D4C77F
RGB
CMYK
RGB Variations
Color information
#D4C77F (or 0xD4C77F) is known color: Winter Hazel. HEX triplet: D4, C7 and 7F. RGB value is (212,199,127). Sum of RGB (Red+Green+Blue) = 212+199+127=538 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.41% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C77F is #2B3880. Grayscale: #C2C2C2. Windows color (decimal): -2832513 or 8374228. OLE color: 8374228.
HSL color Cylindrical-coordinate representation of color #D4C77F: hue angle of 50.82º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D4C77F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 199 | 127 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.17 |
| HSL | 50.82º | 0.5% | 0.66% | - |
| HSV(B) | 50.82º | 0.4% | 0.83% | - |
| XYZ | 51.41 | 56.38 | 28.25 | - |
| YUV | 194.68 | 89.81 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 127 | 0 | 0.06 | 0.40 | 0.17 | 50.82 | 0.5 | 0.66 |
| Hex | D4 | C7 | 7F | 0 | 6 | 28 | 11 | 33 | 32 | 42 |
| Octal | 324 | 307 | 177 | 0 | 6 | 50 | 21 | 63 | 62 | 102 |
| Binary | 11010100 | 11000111 | 1111111 | 0 | 110 | 101000 | 10001 | 110011 | 110010 | 1000010 |
Color Harmonies of #D4C77F
Complementary color
Monochromatic Colors of #D4C77F
Black with #D4C77F
Text Example
Text Example
White with #D4C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C77F; }
p { color: rgb(212,199,127); }
H1.HeaderClassName
{
color: #D4C77F;
}
.AnyTagClassName
{
color: #D4C77F;
}
</style>
background-color css
<style>
a { background-color: #D4C77F; }
a { background-color: rgb(212,199,127); }
div.DivClassName
{
background-color: #D4C77F;
}
.BgClassName
{
background-color: #D4C77F;
}
</style>
border-color css
<style>
span { border-color: #D4C77F; }
span { border-color: rgb(212,199,127); }
td.TdClassName
{
border-color: #D4C77F;
}
.TagClassName
{
border-color: #D4C77F;
}
</style>