Shades of Wild Willow #CCD564
Tints of Wild Willow #CCD564
RGB
CMYK
RGB Variations
Color information
#CCD564 (or 0xCCD564) is known color: Wild Willow. HEX triplet: CC, D5 and 64. RGB value is (204,213,100). Sum of RGB (Red+Green+Blue) = 204+213+100=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 213 (83.59% from 255 or 41.20% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD564 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD564 is #332A9B. Grayscale: #C5C5C5. Windows color (decimal): -3353244 or 6608332. OLE color: 6608332.
HSL color Cylindrical-coordinate representation of color #CCD564: hue angle of 64.78º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCD564 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 100 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.16 |
| HSL | 64.78º | 0.57% | 0.61% | - |
| HSV(B) | 64.78º | 0.53% | 0.84% | - |
| XYZ | 51 | 61.35 | 21.21 | - |
| YUV | 197.43 | 73.02 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 100 | 0.04 | 0 | 0.53 | 0.16 | 64.78 | 0.57 | 0.61 |
| Hex | CC | D5 | 64 | 4 | 0 | 35 | 10 | 41 | 39 | 3D |
| Octal | 314 | 325 | 144 | 4 | 0 | 65 | 20 | 101 | 71 | 75 |
| Binary | 11001100 | 11010101 | 1100100 | 100 | 0 | 110101 | 10000 | 1000001 | 111001 | 111101 |
Color Harmonies of #CCD564
Complementary color
Monochromatic Colors of #CCD564
Black with #CCD564
Text Example
Text Example
White with #CCD564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD564; }
p { color: rgb(204,213,100); }
H1.HeaderClassName
{
color: #CCD564;
}
.AnyTagClassName
{
color: #CCD564;
}
</style>
background-color css
<style>
a { background-color: #CCD564; }
a { background-color: rgb(204,213,100); }
div.DivClassName
{
background-color: #CCD564;
}
.BgClassName
{
background-color: #CCD564;
}
</style>
border-color css
<style>
span { border-color: #CCD564; }
span { border-color: rgb(204,213,100); }
td.TdClassName
{
border-color: #CCD564;
}
.TagClassName
{
border-color: #CCD564;
}
</style>