Shades of Winter Hazel #D0C08C
Tints of Winter Hazel #D0C08C
RGB
CMYK
RGB Variations
Color information
#D0C08C (or 0xD0C08C) is known color: Winter Hazel. HEX triplet: D0, C0 and 8C. RGB value is (208,192,140). Sum of RGB (Red+Green+Blue) = 208+192+140=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 140 (55.08% from 255 or 25.93% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C08C is #2F3F73. Grayscale: #BFBFBF. Windows color (decimal): -3096436 or 9224400. OLE color: 9224400.
HSL color Cylindrical-coordinate representation of color #D0C08C: hue angle of 45.88º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0C08C is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 140 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.18 |
| HSL | 45.88º | 0.42% | 0.68% | - |
| HSV(B) | 45.88º | 0.33% | 0.82% | - |
| XYZ | 49.6 | 53 | 32.43 | - |
| YUV | 190.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 140 | 0 | 0.08 | 0.33 | 0.18 | 45.88 | 0.42 | 0.68 |
| Hex | D0 | C0 | 8C | 0 | 8 | 21 | 12 | 2E | 2A | 44 |
| Octal | 320 | 300 | 214 | 0 | 10 | 41 | 22 | 56 | 52 | 104 |
| Binary | 11010000 | 11000000 | 10001100 | 0 | 1000 | 100001 | 10010 | 101110 | 101010 | 1000100 |
Color Harmonies of #D0C08C
Complementary color
Monochromatic Colors of #D0C08C
Black with #D0C08C
Text Example
Text Example
White with #D0C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C08C; }
p { color: rgb(208,192,140); }
H1.HeaderClassName
{
color: #D0C08C;
}
.AnyTagClassName
{
color: #D0C08C;
}
</style>
background-color css
<style>
a { background-color: #D0C08C; }
a { background-color: rgb(208,192,140); }
div.DivClassName
{
background-color: #D0C08C;
}
.BgClassName
{
background-color: #D0C08C;
}
</style>
border-color css
<style>
span { border-color: #D0C08C; }
span { border-color: rgb(208,192,140); }
td.TdClassName
{
border-color: #D0C08C;
}
.TagClassName
{
border-color: #D0C08C;
}
</style>