Shades of Winter Hazel #D7C78B
Tints of Winter Hazel #D7C78B
RGB
CMYK
RGB Variations
Color information
#D7C78B (or 0xD7C78B) is known color: Winter Hazel. HEX triplet: D7, C7 and 8B. RGB value is (215,199,139). Sum of RGB (Red+Green+Blue) = 215+199+139=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 199 (78.12% from 255 or 35.99% from 553); Blue value is 139 (54.69% from 255 or 25.14% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C78B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C78B is #283874. Grayscale: #C5C5C5. Windows color (decimal): -2635893 or 9160663. OLE color: 9160663.
HSL color Cylindrical-coordinate representation of color #D7C78B: hue angle of 47.37º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D7C78B is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 199 | 139 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.16 |
| HSL | 47.37º | 0.49% | 0.69% | - |
| HSV(B) | 47.37º | 0.35% | 0.84% | - |
| XYZ | 53.11 | 57.16 | 32.66 | - |
| YUV | 196.94 | 95.3 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 199 | 139 | 0 | 0.07 | 0.35 | 0.16 | 47.37 | 0.49 | 0.69 |
| Hex | D7 | C7 | 8B | 0 | 7 | 23 | 10 | 2F | 31 | 45 |
| Octal | 327 | 307 | 213 | 0 | 7 | 43 | 20 | 57 | 61 | 105 |
| Binary | 11010111 | 11000111 | 10001011 | 0 | 111 | 100011 | 10000 | 101111 | 110001 | 1000101 |
Color Harmonies of #D7C78B
Complementary color
Monochromatic Colors of #D7C78B
Black with #D7C78B
Text Example
Text Example
White with #D7C78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C78B; }
p { color: rgb(215,199,139); }
H1.HeaderClassName
{
color: #D7C78B;
}
.AnyTagClassName
{
color: #D7C78B;
}
</style>
background-color css
<style>
a { background-color: #D7C78B; }
a { background-color: rgb(215,199,139); }
div.DivClassName
{
background-color: #D7C78B;
}
.BgClassName
{
background-color: #D7C78B;
}
</style>
border-color css
<style>
span { border-color: #D7C78B; }
span { border-color: rgb(215,199,139); }
td.TdClassName
{
border-color: #D7C78B;
}
.TagClassName
{
border-color: #D7C78B;
}
</style>