Shades of Wild Willow #CCD964
Tints of Wild Willow #CCD964
RGB
CMYK
RGB Variations
Color information
#CCD964 (or 0xCCD964) is known color: Wild Willow. HEX triplet: CC, D9 and 64. RGB value is (204,217,100). Sum of RGB (Red+Green+Blue) = 204+217+100=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD964 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD964 is #33269B. Grayscale: #C8C8C8. Windows color (decimal): -3352220 or 6609356. OLE color: 6609356.
HSL color Cylindrical-coordinate representation of color #CCD964: hue angle of 66.67º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCD964 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 217 | 100 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.15 |
| HSL | 66.67º | 0.61% | 0.62% | - |
| HSV(B) | 66.67º | 0.54% | 0.85% | - |
| XYZ | 52.01 | 63.38 | 21.55 | - |
| YUV | 199.78 | 71.69 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 217 | 100 | 0.06 | 0 | 0.54 | 0.15 | 66.67 | 0.61 | 0.62 |
| Hex | CC | D9 | 64 | 6 | 0 | 36 | F | 43 | 3D | 3E |
| Octal | 314 | 331 | 144 | 6 | 0 | 66 | 17 | 103 | 75 | 76 |
| Binary | 11001100 | 11011001 | 1100100 | 110 | 0 | 110110 | 1111 | 1000011 | 111101 | 111110 |
Color Harmonies of #CCD964
Complementary color
Monochromatic Colors of #CCD964
Black with #CCD964
Text Example
Text Example
White with #CCD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD964; }
p { color: rgb(204,217,100); }
H1.HeaderClassName
{
color: #CCD964;
}
.AnyTagClassName
{
color: #CCD964;
}
</style>
background-color css
<style>
a { background-color: #CCD964; }
a { background-color: rgb(204,217,100); }
div.DivClassName
{
background-color: #CCD964;
}
.BgClassName
{
background-color: #CCD964;
}
</style>
border-color css
<style>
span { border-color: #CCD964; }
span { border-color: rgb(204,217,100); }
td.TdClassName
{
border-color: #CCD964;
}
.TagClassName
{
border-color: #CCD964;
}
</style>