Shades of Wild Willow #CCD860
Tints of Wild Willow #CCD860
RGB
CMYK
RGB Variations
Color information
#CCD860 (or 0xCCD860) is known color: Wild Willow. HEX triplet: CC, D8 and 60. RGB value is (204,216,96). Sum of RGB (Red+Green+Blue) = 204+216+96=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD860 is #33279F. Grayscale: #C7C7C7. Windows color (decimal): -3352480 or 6346956. OLE color: 6346956.
HSL color Cylindrical-coordinate representation of color #CCD860: hue angle of 66º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCD860 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 96 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.15 |
| HSL | 66º | 0.61% | 0.61% | - |
| HSV(B) | 66º | 0.56% | 0.85% | - |
| XYZ | 51.57 | 62.79 | 20.47 | - |
| YUV | 198.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 96 | 0.06 | 0 | 0.56 | 0.15 | 66 | 0.61 | 0.61 |
| Hex | CC | D8 | 60 | 6 | 0 | 38 | F | 42 | 3D | 3D |
| Octal | 314 | 330 | 140 | 6 | 0 | 70 | 17 | 102 | 75 | 75 |
| Binary | 11001100 | 11011000 | 1100000 | 110 | 0 | 111000 | 1111 | 1000010 | 111101 | 111101 |
Color Harmonies of #CCD860
Complementary color
Monochromatic Colors of #CCD860
Black with #CCD860
Text Example
Text Example
White with #CCD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD860; }
p { color: rgb(204,216,96); }
H1.HeaderClassName
{
color: #CCD860;
}
.AnyTagClassName
{
color: #CCD860;
}
</style>
background-color css
<style>
a { background-color: #CCD860; }
a { background-color: rgb(204,216,96); }
div.DivClassName
{
background-color: #CCD860;
}
.BgClassName
{
background-color: #CCD860;
}
</style>
border-color css
<style>
span { border-color: #CCD860; }
span { border-color: rgb(204,216,96); }
td.TdClassName
{
border-color: #CCD860;
}
.TagClassName
{
border-color: #CCD860;
}
</style>