Shades of Wild Willow #CDD660
Tints of Wild Willow #CDD660
RGB
CMYK
RGB Variations
Color information
#CDD660 (or 0xCDD660) is known color: Wild Willow. HEX triplet: CD, D6 and 60. RGB value is (205,214,96). Sum of RGB (Red+Green+Blue) = 205+214+96=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD660 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD660 is #32299F. Grayscale: #C6C6C6. Windows color (decimal): -3287456 or 6346445. OLE color: 6346445.
HSL color Cylindrical-coordinate representation of color #CDD660: hue angle of 64.58º 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 #CDD660 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 96 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.16 |
| HSL | 64.58º | 0.59% | 0.61% | - |
| HSV(B) | 64.58º | 0.55% | 0.84% | - |
| XYZ | 51.33 | 61.92 | 20.31 | - |
| YUV | 197.86 | 70.52 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 96 | 0.04 | 0 | 0.55 | 0.16 | 64.58 | 0.59 | 0.61 |
| Hex | CD | D6 | 60 | 4 | 0 | 37 | 10 | 41 | 3B | 3D |
| Octal | 315 | 326 | 140 | 4 | 0 | 67 | 20 | 101 | 73 | 75 |
| Binary | 11001101 | 11010110 | 1100000 | 100 | 0 | 110111 | 10000 | 1000001 | 111011 | 111101 |
Color Harmonies of #CDD660
Complementary color
Monochromatic Colors of #CDD660
Black with #CDD660
Text Example
Text Example
White with #CDD660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD660; }
p { color: rgb(205,214,96); }
H1.HeaderClassName
{
color: #CDD660;
}
.AnyTagClassName
{
color: #CDD660;
}
</style>
background-color css
<style>
a { background-color: #CDD660; }
a { background-color: rgb(205,214,96); }
div.DivClassName
{
background-color: #CDD660;
}
.BgClassName
{
background-color: #CDD660;
}
</style>
border-color css
<style>
span { border-color: #CDD660; }
span { border-color: rgb(205,214,96); }
td.TdClassName
{
border-color: #CDD660;
}
.TagClassName
{
border-color: #CDD660;
}
</style>