Shades of Winter Hazel #D2C77F
Tints of Winter Hazel #D2C77F
RGB
CMYK
RGB Variations
Color information
#D2C77F (or 0xD2C77F) is known color: Winter Hazel. HEX triplet: D2, C7 and 7F. RGB value is (210,199,127). Sum of RGB (Red+Green+Blue) = 210+199+127=536 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.18% from 536); Green value is 199 (78.12% from 255 or 37.13% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2C77F is #2D3880. Grayscale: #C2C2C2. Windows color (decimal): -2963585 or 8374226. OLE color: 8374226.
HSL color Cylindrical-coordinate representation of color #D2C77F: hue angle of 52.05º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D2C77F is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 199 | 127 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.18 |
| HSL | 52.05º | 0.48% | 0.66% | - |
| HSV(B) | 52.05º | 0.4% | 0.82% | - |
| XYZ | 50.83 | 56.08 | 28.22 | - |
| YUV | 194.08 | 90.14 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 199 | 127 | 0 | 0.05 | 0.40 | 0.18 | 52.05 | 0.48 | 0.66 |
| Hex | D2 | C7 | 7F | 0 | 5 | 28 | 12 | 34 | 30 | 42 |
| Octal | 322 | 307 | 177 | 0 | 5 | 50 | 22 | 64 | 60 | 102 |
| Binary | 11010010 | 11000111 | 1111111 | 0 | 101 | 101000 | 10010 | 110100 | 110000 | 1000010 |
Color Harmonies of #D2C77F
Complementary color
Monochromatic Colors of #D2C77F
Black with #D2C77F
Text Example
Text Example
White with #D2C77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C77F; }
p { color: rgb(210,199,127); }
H1.HeaderClassName
{
color: #D2C77F;
}
.AnyTagClassName
{
color: #D2C77F;
}
</style>
background-color css
<style>
a { background-color: #D2C77F; }
a { background-color: rgb(210,199,127); }
div.DivClassName
{
background-color: #D2C77F;
}
.BgClassName
{
background-color: #D2C77F;
}
</style>
border-color css
<style>
span { border-color: #D2C77F; }
span { border-color: rgb(210,199,127); }
td.TdClassName
{
border-color: #D2C77F;
}
.TagClassName
{
border-color: #D2C77F;
}
</style>