Shades of Winter Hazel #D7C78D
Tints of Winter Hazel #D7C78D
RGB
CMYK
RGB Variations
Color information
#D7C78D (or 0xD7C78D) is known color: Winter Hazel. HEX triplet: D7, C7 and 8D. RGB value is (215,199,141). Sum of RGB (Red+Green+Blue) = 215+199+141=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 199 (78.12% from 255 or 35.86% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C78D is #283872. Grayscale: #C5C5C5. Windows color (decimal): -2635891 or 9291735. OLE color: 9291735.
HSL color Cylindrical-coordinate representation of color #D7C78D: hue angle of 47.03º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D7C78D is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 141 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.16 |
| HSL | 47.03º | 0.48% | 0.7% | - |
| HSV(B) | 47.03º | 0.34% | 0.84% | - |
| XYZ | 53.26 | 57.22 | 33.44 | - |
| YUV | 197.17 | 96.3 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 141 | 0 | 0.07 | 0.34 | 0.16 | 47.03 | 0.48 | 0.7 |
| Hex | D7 | C7 | 8D | 0 | 7 | 22 | 10 | 2F | 30 | 46 |
| Octal | 327 | 307 | 215 | 0 | 7 | 42 | 20 | 57 | 60 | 106 |
| Binary | 11010111 | 11000111 | 10001101 | 0 | 111 | 100010 | 10000 | 101111 | 110000 | 1000110 |
Color Harmonies of #D7C78D
Complementary color
Monochromatic Colors of #D7C78D
Black with #D7C78D
Text Example
Text Example
White with #D7C78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C78D; }
p { color: rgb(215,199,141); }
H1.HeaderClassName
{
color: #D7C78D;
}
.AnyTagClassName
{
color: #D7C78D;
}
</style>
background-color css
<style>
a { background-color: #D7C78D; }
a { background-color: rgb(215,199,141); }
div.DivClassName
{
background-color: #D7C78D;
}
.BgClassName
{
background-color: #D7C78D;
}
</style>
border-color css
<style>
span { border-color: #D7C78D; }
span { border-color: rgb(215,199,141); }
td.TdClassName
{
border-color: #D7C78D;
}
.TagClassName
{
border-color: #D7C78D;
}
</style>