Shades of Wild Willow #CCD961
Tints of Wild Willow #CCD961
RGB
CMYK
RGB Variations
Color information
#CCD961 (or 0xCCD961) is known color: Wild Willow. HEX triplet: CC, D9 and 61. RGB value is (204,217,97). Sum of RGB (Red+Green+Blue) = 204+217+97=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD961 is #33269E. Grayscale: #C7C7C7. Windows color (decimal): -3352223 or 6412748. OLE color: 6412748.
HSL color Cylindrical-coordinate representation of color #CCD961: hue angle of 66.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCD961 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 97 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.15 |
| HSL | 66.5º | 0.61% | 0.62% | - |
| HSV(B) | 66.5º | 0.55% | 0.85% | - |
| XYZ | 51.87 | 63.33 | 20.8 | - |
| YUV | 199.43 | 70.19 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 97 | 0.06 | 0 | 0.55 | 0.15 | 66.5 | 0.61 | 0.62 |
| Hex | CC | D9 | 61 | 6 | 0 | 37 | F | 42 | 3D | 3E |
| Octal | 314 | 331 | 141 | 6 | 0 | 67 | 17 | 102 | 75 | 76 |
| Binary | 11001100 | 11011001 | 1100001 | 110 | 0 | 110111 | 1111 | 1000010 | 111101 | 111110 |
Color Harmonies of #CCD961
Complementary color
Monochromatic Colors of #CCD961
Black with #CCD961
Text Example
Text Example
White with #CCD961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD961; }
p { color: rgb(204,217,97); }
H1.HeaderClassName
{
color: #CCD961;
}
.AnyTagClassName
{
color: #CCD961;
}
</style>
background-color css
<style>
a { background-color: #CCD961; }
a { background-color: rgb(204,217,97); }
div.DivClassName
{
background-color: #CCD961;
}
.BgClassName
{
background-color: #CCD961;
}
</style>
border-color css
<style>
span { border-color: #CCD961; }
span { border-color: rgb(204,217,97); }
td.TdClassName
{
border-color: #CCD961;
}
.TagClassName
{
border-color: #CCD961;
}
</style>