Shades of Winter Hazel #D0CA8C
Tints of Winter Hazel #D0CA8C
RGB
CMYK
RGB Variations
Color information
#D0CA8C (or 0xD0CA8C) is known color: Winter Hazel. HEX triplet: D0, CA and 8C. RGB value is (208,202,140). Sum of RGB (Red+Green+Blue) = 208+202+140=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA8C is #2F3573. Grayscale: #C4C4C4. Windows color (decimal): -3093876 or 9226960. OLE color: 9226960.
HSL color Cylindrical-coordinate representation of color #D0CA8C: hue angle of 54.71º 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 #D0CA8C is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 140 | - |
| CMYK | 0 | 0.03 | 0.33 | 0.18 |
| HSL | 54.71º | 0.42% | 0.68% | - |
| HSV(B) | 54.71º | 0.33% | 0.82% | - |
| XYZ | 51.87 | 57.54 | 33.18 | - |
| YUV | 196.73 | 95.99 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 140 | 0 | 0.03 | 0.33 | 0.18 | 54.71 | 0.42 | 0.68 |
| Hex | D0 | CA | 8C | 0 | 3 | 21 | 12 | 37 | 2A | 44 |
| Octal | 320 | 312 | 214 | 0 | 3 | 41 | 22 | 67 | 52 | 104 |
| Binary | 11010000 | 11001010 | 10001100 | 0 | 11 | 100001 | 10010 | 110111 | 101010 | 1000100 |
Color Harmonies of #D0CA8C
Complementary color
Monochromatic Colors of #D0CA8C
Black with #D0CA8C
Text Example
Text Example
White with #D0CA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA8C; }
p { color: rgb(208,202,140); }
H1.HeaderClassName
{
color: #D0CA8C;
}
.AnyTagClassName
{
color: #D0CA8C;
}
</style>
background-color css
<style>
a { background-color: #D0CA8C; }
a { background-color: rgb(208,202,140); }
div.DivClassName
{
background-color: #D0CA8C;
}
.BgClassName
{
background-color: #D0CA8C;
}
</style>
border-color css
<style>
span { border-color: #D0CA8C; }
span { border-color: rgb(208,202,140); }
td.TdClassName
{
border-color: #D0CA8C;
}
.TagClassName
{
border-color: #D0CA8C;
}
</style>