Shades of Winter Hazel #D0C090
Tints of Winter Hazel #D0C090
RGB
CMYK
RGB Variations
Color information
#D0C090 (or 0xD0C090) is known color: Winter Hazel. HEX triplet: D0, C0 and 90. RGB value is (208,192,144). Sum of RGB (Red+Green+Blue) = 208+192+144=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 192 (75.39% from 255 or 35.29% from 544); Blue value is 144 (56.64% from 255 or 26.47% from 544); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C090 is #2F3F6F. Grayscale: #BFBFBF. Windows color (decimal): -3096432 or 9486544. OLE color: 9486544.
HSL color Cylindrical-coordinate representation of color #D0C090: hue angle of 45º 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 #D0C090 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 144 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.18 |
| HSL | 45º | 0.41% | 0.69% | - |
| HSV(B) | 45º | 0.31% | 0.82% | - |
| XYZ | 49.9 | 53.12 | 34.01 | - |
| YUV | 191.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 144 | 0 | 0.08 | 0.31 | 0.18 | 45 | 0.41 | 0.69 |
| Hex | D0 | C0 | 90 | 0 | 8 | 1F | 12 | 2D | 29 | 45 |
| Octal | 320 | 300 | 220 | 0 | 10 | 37 | 22 | 55 | 51 | 105 |
| Binary | 11010000 | 11000000 | 10010000 | 0 | 1000 | 11111 | 10010 | 101101 | 101001 | 1000101 |
Color Harmonies of #D0C090
Complementary color
Monochromatic Colors of #D0C090
Black with #D0C090
Text Example
Text Example
White with #D0C090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C090; }
p { color: rgb(208,192,144); }
H1.HeaderClassName
{
color: #D0C090;
}
.AnyTagClassName
{
color: #D0C090;
}
</style>
background-color css
<style>
a { background-color: #D0C090; }
a { background-color: rgb(208,192,144); }
div.DivClassName
{
background-color: #D0C090;
}
.BgClassName
{
background-color: #D0C090;
}
</style>
border-color css
<style>
span { border-color: #D0C090; }
span { border-color: rgb(208,192,144); }
td.TdClassName
{
border-color: #D0C090;
}
.TagClassName
{
border-color: #D0C090;
}
</style>