Shades of Winter Hazel #D0C78F
Tints of Winter Hazel #D0C78F
RGB
CMYK
RGB Variations
Color information
#D0C78F (or 0xD0C78F) is known color: Winter Hazel. HEX triplet: D0, C7 and 8F. RGB value is (208,199,143). Sum of RGB (Red+Green+Blue) = 208+199+143=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 143 (56.25% from 255 or 26% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C78F is #2F3870. Grayscale: #C3C3C3. Windows color (decimal): -3094641 or 9422800. OLE color: 9422800.
HSL color Cylindrical-coordinate representation of color #D0C78F: hue angle of 51.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0C78F is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 199 | 143 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.18 |
| HSL | 51.69º | 0.41% | 0.69% | - |
| HSV(B) | 51.69º | 0.31% | 0.82% | - |
| XYZ | 51.39 | 56.24 | 34.13 | - |
| YUV | 195.31 | 98.48 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 199 | 143 | 0 | 0.04 | 0.31 | 0.18 | 51.69 | 0.41 | 0.69 |
| Hex | D0 | C7 | 8F | 0 | 4 | 1F | 12 | 34 | 29 | 45 |
| Octal | 320 | 307 | 217 | 0 | 4 | 37 | 22 | 64 | 51 | 105 |
| Binary | 11010000 | 11000111 | 10001111 | 0 | 100 | 11111 | 10010 | 110100 | 101001 | 1000101 |
Color Harmonies of #D0C78F
Complementary color
Monochromatic Colors of #D0C78F
Black with #D0C78F
Text Example
Text Example
White with #D0C78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C78F; }
p { color: rgb(208,199,143); }
H1.HeaderClassName
{
color: #D0C78F;
}
.AnyTagClassName
{
color: #D0C78F;
}
</style>
background-color css
<style>
a { background-color: #D0C78F; }
a { background-color: rgb(208,199,143); }
div.DivClassName
{
background-color: #D0C78F;
}
.BgClassName
{
background-color: #D0C78F;
}
</style>
border-color css
<style>
span { border-color: #D0C78F; }
span { border-color: rgb(208,199,143); }
td.TdClassName
{
border-color: #D0C78F;
}
.TagClassName
{
border-color: #D0C78F;
}
</style>