Shades of Winter Hazel #D3C77F
Tints of Winter Hazel #D3C77F
RGB
CMYK
RGB Variations
Color information
#D3C77F (or 0xD3C77F) is known color: Winter Hazel. HEX triplet: D3, C7 and 7F. RGB value is (211,199,127). Sum of RGB (Red+Green+Blue) = 211+199+127=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D3C77F is #2C3880. Grayscale: #C2C2C2. Windows color (decimal): -2898049 or 8374227. OLE color: 8374227.
HSL color Cylindrical-coordinate representation of color #D3C77F: hue angle of 51.43º degrees, saturation: 0.49, 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 #D3C77F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 199 | 127 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.17 |
| HSL | 51.43º | 0.49% | 0.66% | - |
| HSV(B) | 51.43º | 0.4% | 0.83% | - |
| XYZ | 51.12 | 56.23 | 28.24 | - |
| YUV | 194.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 127 | 0 | 0.06 | 0.40 | 0.17 | 51.43 | 0.49 | 0.66 |
| Hex | D3 | C7 | 7F | 0 | 6 | 28 | 11 | 33 | 31 | 42 |
| Octal | 323 | 307 | 177 | 0 | 6 | 50 | 21 | 63 | 61 | 102 |
| Binary | 11010011 | 11000111 | 1111111 | 0 | 110 | 101000 | 10001 | 110011 | 110001 | 1000010 |
Color Harmonies of #D3C77F
Complementary color
Monochromatic Colors of #D3C77F
Black with #D3C77F
Text Example
Text Example
White with #D3C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C77F; }
p { color: rgb(211,199,127); }
H1.HeaderClassName
{
color: #D3C77F;
}
.AnyTagClassName
{
color: #D3C77F;
}
</style>
background-color css
<style>
a { background-color: #D3C77F; }
a { background-color: rgb(211,199,127); }
div.DivClassName
{
background-color: #D3C77F;
}
.BgClassName
{
background-color: #D3C77F;
}
</style>
border-color css
<style>
span { border-color: #D3C77F; }
span { border-color: rgb(211,199,127); }
td.TdClassName
{
border-color: #D3C77F;
}
.TagClassName
{
border-color: #D3C77F;
}
</style>