Shades of Winter Hazel #D0C387
Tints of Winter Hazel #D0C387
RGB
CMYK
RGB Variations
Color information
#D0C387 (or 0xD0C387) is known color: Winter Hazel. HEX triplet: D0, C3 and 87. RGB value is (208,195,135). Sum of RGB (Red+Green+Blue) = 208+195+135=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 135 (53.12% from 255 or 25.09% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C387 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C387 is #2F3C78. Grayscale: #C0C0C0. Windows color (decimal): -3095673 or 8897488. OLE color: 8897488.
HSL color Cylindrical-coordinate representation of color #D0C387: hue angle of 49.32º degrees, saturation: 0.44, 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 #D0C387 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 135 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.18 |
| HSL | 49.32º | 0.44% | 0.67% | - |
| HSV(B) | 49.32º | 0.35% | 0.82% | - |
| XYZ | 49.9 | 54.19 | 30.75 | - |
| YUV | 192.05 | 95.81 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 135 | 0 | 0.06 | 0.35 | 0.18 | 49.32 | 0.44 | 0.67 |
| Hex | D0 | C3 | 87 | 0 | 6 | 23 | 12 | 31 | 2C | 43 |
| Octal | 320 | 303 | 207 | 0 | 6 | 43 | 22 | 61 | 54 | 103 |
| Binary | 11010000 | 11000011 | 10000111 | 0 | 110 | 100011 | 10010 | 110001 | 101100 | 1000011 |
Color Harmonies of #D0C387
Complementary color
Monochromatic Colors of #D0C387
Black with #D0C387
Text Example
Text Example
White with #D0C387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C387; }
p { color: rgb(208,195,135); }
H1.HeaderClassName
{
color: #D0C387;
}
.AnyTagClassName
{
color: #D0C387;
}
</style>
background-color css
<style>
a { background-color: #D0C387; }
a { background-color: rgb(208,195,135); }
div.DivClassName
{
background-color: #D0C387;
}
.BgClassName
{
background-color: #D0C387;
}
</style>
border-color css
<style>
span { border-color: #D0C387; }
span { border-color: rgb(208,195,135); }
td.TdClassName
{
border-color: #D0C387;
}
.TagClassName
{
border-color: #D0C387;
}
</style>