Shades of Winter Hazel #D0C488
Tints of Winter Hazel #D0C488
RGB
CMYK
RGB Variations
Color information
#D0C488 (or 0xD0C488) is known color: Winter Hazel. HEX triplet: D0, C4 and 88. RGB value is (208,196,136). Sum of RGB (Red+Green+Blue) = 208+196+136=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 136 (53.52% from 255 or 25.19% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C488 is #2F3B77. Grayscale: #C1C1C1. Windows color (decimal): -3095416 or 8963280. OLE color: 8963280.
HSL color Cylindrical-coordinate representation of color #D0C488: hue angle of 50º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D0C488 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 136 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.18 |
| HSL | 50º | 0.43% | 0.67% | - |
| HSV(B) | 50º | 0.35% | 0.82% | - |
| XYZ | 50.2 | 54.67 | 31.2 | - |
| YUV | 192.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 136 | 0 | 0.06 | 0.35 | 0.18 | 50 | 0.43 | 0.67 |
| Hex | D0 | C4 | 88 | 0 | 6 | 23 | 12 | 32 | 2B | 43 |
| Octal | 320 | 304 | 210 | 0 | 6 | 43 | 22 | 62 | 53 | 103 |
| Binary | 11010000 | 11000100 | 10001000 | 0 | 110 | 100011 | 10010 | 110010 | 101011 | 1000011 |
Color Harmonies of #D0C488
Complementary color
Monochromatic Colors of #D0C488
Black with #D0C488
Text Example
Text Example
White with #D0C488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C488; }
p { color: rgb(208,196,136); }
H1.HeaderClassName
{
color: #D0C488;
}
.AnyTagClassName
{
color: #D0C488;
}
</style>
background-color css
<style>
a { background-color: #D0C488; }
a { background-color: rgb(208,196,136); }
div.DivClassName
{
background-color: #D0C488;
}
.BgClassName
{
background-color: #D0C488;
}
</style>
border-color css
<style>
span { border-color: #D0C488; }
span { border-color: rgb(208,196,136); }
td.TdClassName
{
border-color: #D0C488;
}
.TagClassName
{
border-color: #D0C488;
}
</style>