Shades of Wild Willow #CCD661
Tints of Wild Willow #CCD661
RGB
CMYK
RGB Variations
Color information
#CCD661 (or 0xCCD661) is known color: Wild Willow. HEX triplet: CC, D6 and 61. RGB value is (204,214,97). Sum of RGB (Red+Green+Blue) = 204+214+97=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 97 (38.28% from 255 or 18.83% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD661 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD661 is #33299E. Grayscale: #C6C6C6. Windows color (decimal): -3352991 or 6411980. OLE color: 6411980.
HSL color Cylindrical-coordinate representation of color #CCD661: hue angle of 65.13º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCD661 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 214 | 97 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.16 |
| HSL | 65.13º | 0.59% | 0.61% | - |
| HSV(B) | 65.13º | 0.55% | 0.84% | - |
| XYZ | 51.11 | 61.79 | 20.54 | - |
| YUV | 197.67 | 71.19 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 214 | 97 | 0.05 | 0 | 0.55 | 0.16 | 65.13 | 0.59 | 0.61 |
| Hex | CC | D6 | 61 | 5 | 0 | 37 | 10 | 41 | 3B | 3D |
| Octal | 314 | 326 | 141 | 5 | 0 | 67 | 20 | 101 | 73 | 75 |
| Binary | 11001100 | 11010110 | 1100001 | 101 | 0 | 110111 | 10000 | 1000001 | 111011 | 111101 |
Color Harmonies of #CCD661
Complementary color
Monochromatic Colors of #CCD661
Black with #CCD661
Text Example
Text Example
White with #CCD661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD661; }
p { color: rgb(204,214,97); }
H1.HeaderClassName
{
color: #CCD661;
}
.AnyTagClassName
{
color: #CCD661;
}
</style>
background-color css
<style>
a { background-color: #CCD661; }
a { background-color: rgb(204,214,97); }
div.DivClassName
{
background-color: #CCD661;
}
.BgClassName
{
background-color: #CCD661;
}
</style>
border-color css
<style>
span { border-color: #CCD661; }
span { border-color: rgb(204,214,97); }
td.TdClassName
{
border-color: #CCD661;
}
.TagClassName
{
border-color: #CCD661;
}
</style>