Shades of Winter Hazel #D0CA80
Tints of Winter Hazel #D0CA80
RGB
CMYK
RGB Variations
Color information
#D0CA80 (or 0xD0CA80) is known color: Winter Hazel. HEX triplet: D0, CA and 80. RGB value is (208,202,128). Sum of RGB (Red+Green+Blue) = 208+202+128=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 202 (79.30% from 255 or 37.55% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CA80 is #2F357F. Grayscale: #C3C3C3. Windows color (decimal): -3093888 or 8440528. OLE color: 8440528.
HSL color Cylindrical-coordinate representation of color #D0CA80: hue angle of 55.5º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0CA80 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 202 | 128 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.18 |
| HSL | 55.5º | 0.46% | 0.66% | - |
| HSV(B) | 55.5º | 0.38% | 0.82% | - |
| XYZ | 51.03 | 57.21 | 28.78 | - |
| YUV | 195.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 202 | 128 | 0 | 0.03 | 0.38 | 0.18 | 55.5 | 0.46 | 0.66 |
| Hex | D0 | CA | 80 | 0 | 3 | 26 | 12 | 38 | 2E | 42 |
| Octal | 320 | 312 | 200 | 0 | 3 | 46 | 22 | 70 | 56 | 102 |
| Binary | 11010000 | 11001010 | 10000000 | 0 | 11 | 100110 | 10010 | 111000 | 101110 | 1000010 |
Color Harmonies of #D0CA80
Complementary color
Monochromatic Colors of #D0CA80
Black with #D0CA80
Text Example
Text Example
White with #D0CA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CA80; }
p { color: rgb(208,202,128); }
H1.HeaderClassName
{
color: #D0CA80;
}
.AnyTagClassName
{
color: #D0CA80;
}
</style>
background-color css
<style>
a { background-color: #D0CA80; }
a { background-color: rgb(208,202,128); }
div.DivClassName
{
background-color: #D0CA80;
}
.BgClassName
{
background-color: #D0CA80;
}
</style>
border-color css
<style>
span { border-color: #D0CA80; }
span { border-color: rgb(208,202,128); }
td.TdClassName
{
border-color: #D0CA80;
}
.TagClassName
{
border-color: #D0CA80;
}
</style>