Shades of Wild Willow #CCD565
Tints of Wild Willow #CCD565
RGB
CMYK
RGB Variations
Color information
#CCD565 (or 0xCCD565) is known color: Wild Willow. HEX triplet: CC, D5 and 65. RGB value is (204,213,101). Sum of RGB (Red+Green+Blue) = 204+213+101=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD565 is #332A9A. Grayscale: #C5C5C5. Windows color (decimal): -3353243 or 6673868. OLE color: 6673868.
HSL color Cylindrical-coordinate representation of color #CCD565: hue angle of 64.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCD565 is Cyan = 0.04, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 101 | - |
| CMYK | 0.04 | 0 | 0.53 | 0.16 |
| HSL | 64.82º | 0.57% | 0.62% | - |
| HSV(B) | 64.82º | 0.53% | 0.84% | - |
| XYZ | 51.05 | 61.37 | 21.47 | - |
| YUV | 197.54 | 73.52 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 101 | 0.04 | 0 | 0.53 | 0.16 | 64.82 | 0.57 | 0.62 |
| Hex | CC | D5 | 65 | 4 | 0 | 35 | 10 | 41 | 39 | 3E |
| Octal | 314 | 325 | 145 | 4 | 0 | 65 | 20 | 101 | 71 | 76 |
| Binary | 11001100 | 11010101 | 1100101 | 100 | 0 | 110101 | 10000 | 1000001 | 111001 | 111110 |
Color Harmonies of #CCD565
Complementary color
Monochromatic Colors of #CCD565
Black with #CCD565
Text Example
Text Example
White with #CCD565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD565; }
p { color: rgb(204,213,101); }
H1.HeaderClassName
{
color: #CCD565;
}
.AnyTagClassName
{
color: #CCD565;
}
</style>
background-color css
<style>
a { background-color: #CCD565; }
a { background-color: rgb(204,213,101); }
div.DivClassName
{
background-color: #CCD565;
}
.BgClassName
{
background-color: #CCD565;
}
</style>
border-color css
<style>
span { border-color: #CCD565; }
span { border-color: rgb(204,213,101); }
td.TdClassName
{
border-color: #CCD565;
}
.TagClassName
{
border-color: #CCD565;
}
</style>