Shades of Winter Hazel #D0C78D
Tints of Winter Hazel #D0C78D
RGB
CMYK
RGB Variations
Color information
#D0C78D (or 0xD0C78D) is known color: Winter Hazel. HEX triplet: D0, C7 and 8D. RGB value is (208,199,141). Sum of RGB (Red+Green+Blue) = 208+199+141=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 199 (78.12% from 255 or 36.31% from 548); Blue value is 141 (55.47% from 255 or 25.73% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C78D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C78D is #2F3872. Grayscale: #C3C3C3. Windows color (decimal): -3094643 or 9291728. OLE color: 9291728.
HSL color Cylindrical-coordinate representation of color #D0C78D: hue angle of 51.94º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0C78D is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 141 | - |
| CMYK | 0 | 0.04 | 0.32 | 0.18 |
| HSL | 51.94º | 0.42% | 0.68% | - |
| HSV(B) | 51.94º | 0.32% | 0.82% | - |
| XYZ | 51.24 | 56.18 | 33.34 | - |
| YUV | 195.08 | 97.48 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 141 | 0 | 0.04 | 0.32 | 0.18 | 51.94 | 0.42 | 0.68 |
| Hex | D0 | C7 | 8D | 0 | 4 | 20 | 12 | 34 | 2A | 44 |
| Octal | 320 | 307 | 215 | 0 | 4 | 40 | 22 | 64 | 52 | 104 |
| Binary | 11010000 | 11000111 | 10001101 | 0 | 100 | 100000 | 10010 | 110100 | 101010 | 1000100 |
Color Harmonies of #D0C78D
Complementary color
Monochromatic Colors of #D0C78D
Black with #D0C78D
Text Example
Text Example
White with #D0C78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C78D; }
p { color: rgb(208,199,141); }
H1.HeaderClassName
{
color: #D0C78D;
}
.AnyTagClassName
{
color: #D0C78D;
}
</style>
background-color css
<style>
a { background-color: #D0C78D; }
a { background-color: rgb(208,199,141); }
div.DivClassName
{
background-color: #D0C78D;
}
.BgClassName
{
background-color: #D0C78D;
}
</style>
border-color css
<style>
span { border-color: #D0C78D; }
span { border-color: rgb(208,199,141); }
td.TdClassName
{
border-color: #D0C78D;
}
.TagClassName
{
border-color: #D0C78D;
}
</style>