Shades of Winter Hazel #D0C48B
Tints of Winter Hazel #D0C48B
RGB
CMYK
RGB Variations
Color information
#D0C48B (or 0xD0C48B) is known color: Winter Hazel. HEX triplet: D0, C4 and 8B. RGB value is (208,196,139). Sum of RGB (Red+Green+Blue) = 208+196+139=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C48B is #2F3B74. Grayscale: #C1C1C1. Windows color (decimal): -3095413 or 9159888. OLE color: 9159888.
HSL color Cylindrical-coordinate representation of color #D0C48B: hue angle of 49.57º 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 #D0C48B is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 196 | 139 | - |
| CMYK | 0 | 0.06 | 0.33 | 0.18 |
| HSL | 49.57º | 0.42% | 0.68% | - |
| HSV(B) | 49.57º | 0.33% | 0.82% | - |
| XYZ | 50.41 | 54.75 | 32.34 | - |
| YUV | 193.09 | 97.48 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 196 | 139 | 0 | 0.06 | 0.33 | 0.18 | 49.57 | 0.42 | 0.68 |
| Hex | D0 | C4 | 8B | 0 | 6 | 21 | 12 | 32 | 2A | 44 |
| Octal | 320 | 304 | 213 | 0 | 6 | 41 | 22 | 62 | 52 | 104 |
| Binary | 11010000 | 11000100 | 10001011 | 0 | 110 | 100001 | 10010 | 110010 | 101010 | 1000100 |
Color Harmonies of #D0C48B
Complementary color
Monochromatic Colors of #D0C48B
Black with #D0C48B
Text Example
Text Example
White with #D0C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C48B; }
p { color: rgb(208,196,139); }
H1.HeaderClassName
{
color: #D0C48B;
}
.AnyTagClassName
{
color: #D0C48B;
}
</style>
background-color css
<style>
a { background-color: #D0C48B; }
a { background-color: rgb(208,196,139); }
div.DivClassName
{
background-color: #D0C48B;
}
.BgClassName
{
background-color: #D0C48B;
}
</style>
border-color css
<style>
span { border-color: #D0C48B; }
span { border-color: rgb(208,196,139); }
td.TdClassName
{
border-color: #D0C48B;
}
.TagClassName
{
border-color: #D0C48B;
}
</style>