Shades of Winter Hazel #D0C68E
Tints of Winter Hazel #D0C68E
RGB
CMYK
RGB Variations
Color information
#D0C68E (or 0xD0C68E) is known color: Winter Hazel. HEX triplet: D0, C6 and 8E. RGB value is (208,198,142). Sum of RGB (Red+Green+Blue) = 208+198+142=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 198 (77.73% from 255 or 36.13% from 548); Blue value is 142 (55.86% from 255 or 25.91% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C68E is #2F3971. Grayscale: #C2C2C2. Windows color (decimal): -3094898 or 9357008. OLE color: 9357008.
HSL color Cylindrical-coordinate representation of color #D0C68E: hue angle of 50.91º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0C68E is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 142 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.18 |
| HSL | 50.91º | 0.41% | 0.69% | - |
| HSV(B) | 50.91º | 0.32% | 0.82% | - |
| XYZ | 51.09 | 55.75 | 33.66 | - |
| YUV | 194.61 | 98.31 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 142 | 0 | 0.05 | 0.32 | 0.18 | 50.91 | 0.41 | 0.69 |
| Hex | D0 | C6 | 8E | 0 | 5 | 20 | 12 | 33 | 29 | 45 |
| Octal | 320 | 306 | 216 | 0 | 5 | 40 | 22 | 63 | 51 | 105 |
| Binary | 11010000 | 11000110 | 10001110 | 0 | 101 | 100000 | 10010 | 110011 | 101001 | 1000101 |
Color Harmonies of #D0C68E
Complementary color
Monochromatic Colors of #D0C68E
Black with #D0C68E
Text Example
Text Example
White with #D0C68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C68E; }
p { color: rgb(208,198,142); }
H1.HeaderClassName
{
color: #D0C68E;
}
.AnyTagClassName
{
color: #D0C68E;
}
</style>
background-color css
<style>
a { background-color: #D0C68E; }
a { background-color: rgb(208,198,142); }
div.DivClassName
{
background-color: #D0C68E;
}
.BgClassName
{
background-color: #D0C68E;
}
</style>
border-color css
<style>
span { border-color: #D0C68E; }
span { border-color: rgb(208,198,142); }
td.TdClassName
{
border-color: #D0C68E;
}
.TagClassName
{
border-color: #D0C68E;
}
</style>