Shades of Winter Hazel #D0C98C
Tints of Winter Hazel #D0C98C
RGB
CMYK
RGB Variations
Color information
#D0C98C (or 0xD0C98C) is known color: Winter Hazel. HEX triplet: D0, C9 and 8C. RGB value is (208,201,140). Sum of RGB (Red+Green+Blue) = 208+201+140=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 201 (78.91% from 255 or 36.61% from 549); Blue value is 140 (55.08% from 255 or 25.50% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C98C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C98C is #2F3673. Grayscale: #C4C4C4. Windows color (decimal): -3094132 or 9226704. OLE color: 9226704.
HSL color Cylindrical-coordinate representation of color #D0C98C: hue angle of 53.82º 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 #D0C98C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 140 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.18 |
| HSL | 53.82º | 0.42% | 0.68% | - |
| HSV(B) | 53.82º | 0.33% | 0.82% | - |
| XYZ | 51.63 | 57.08 | 33.11 | - |
| YUV | 196.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 140 | 0 | 0.03 | 0.33 | 0.18 | 53.82 | 0.42 | 0.68 |
| Hex | D0 | C9 | 8C | 0 | 3 | 21 | 12 | 36 | 2A | 44 |
| Octal | 320 | 311 | 214 | 0 | 3 | 41 | 22 | 66 | 52 | 104 |
| Binary | 11010000 | 11001001 | 10001100 | 0 | 11 | 100001 | 10010 | 110110 | 101010 | 1000100 |
Color Harmonies of #D0C98C
Complementary color
Monochromatic Colors of #D0C98C
Black with #D0C98C
Text Example
Text Example
White with #D0C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C98C; }
p { color: rgb(208,201,140); }
H1.HeaderClassName
{
color: #D0C98C;
}
.AnyTagClassName
{
color: #D0C98C;
}
</style>
background-color css
<style>
a { background-color: #D0C98C; }
a { background-color: rgb(208,201,140); }
div.DivClassName
{
background-color: #D0C98C;
}
.BgClassName
{
background-color: #D0C98C;
}
</style>
border-color css
<style>
span { border-color: #D0C98C; }
span { border-color: rgb(208,201,140); }
td.TdClassName
{
border-color: #D0C98C;
}
.TagClassName
{
border-color: #D0C98C;
}
</style>