Shades of Winter Hazel #D0C181
Tints of Winter Hazel #D0C181
RGB
CMYK
RGB Variations
Color information
#D0C181 (or 0xD0C181) is known color: Winter Hazel. HEX triplet: D0, C1 and 81. RGB value is (208,193,129). Sum of RGB (Red+Green+Blue) = 208+193+129=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 193 (75.78% from 255 or 36.42% from 530); Blue value is 129 (50.78% from 255 or 24.34% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C181 is #2F3E7E. Grayscale: #BEBEBE. Windows color (decimal): -3096191 or 8503760. OLE color: 8503760.
HSL color Cylindrical-coordinate representation of color #D0C181: hue angle of 48.61º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0C181 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 193 | 129 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.18 |
| HSL | 48.61º | 0.46% | 0.66% | - |
| HSV(B) | 48.61º | 0.38% | 0.82% | - |
| XYZ | 49.04 | 53.13 | 28.44 | - |
| YUV | 190.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 129 | 0 | 0.07 | 0.38 | 0.18 | 48.61 | 0.46 | 0.66 |
| Hex | D0 | C1 | 81 | 0 | 7 | 26 | 12 | 31 | 2E | 42 |
| Octal | 320 | 301 | 201 | 0 | 7 | 46 | 22 | 61 | 56 | 102 |
| Binary | 11010000 | 11000001 | 10000001 | 0 | 111 | 100110 | 10010 | 110001 | 101110 | 1000010 |
Color Harmonies of #D0C181
Complementary color
Monochromatic Colors of #D0C181
Black with #D0C181
Text Example
Text Example
White with #D0C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C181; }
p { color: rgb(208,193,129); }
H1.HeaderClassName
{
color: #D0C181;
}
.AnyTagClassName
{
color: #D0C181;
}
</style>
background-color css
<style>
a { background-color: #D0C181; }
a { background-color: rgb(208,193,129); }
div.DivClassName
{
background-color: #D0C181;
}
.BgClassName
{
background-color: #D0C181;
}
</style>
border-color css
<style>
span { border-color: #D0C181; }
span { border-color: rgb(208,193,129); }
td.TdClassName
{
border-color: #D0C181;
}
.TagClassName
{
border-color: #D0C181;
}
</style>