Shades of Wild Willow #CDD659
Tints of Wild Willow #CDD659
RGB
CMYK
RGB Variations
Color information
#CDD659 (or 0xCDD659) is known color: Wild Willow. HEX triplet: CD, D6 and 59. RGB value is (205,214,89). Sum of RGB (Red+Green+Blue) = 205+214+89=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 89 (35.16% from 255 or 17.52% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD659 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD659 is #3229A6. Grayscale: #C5C5C5. Windows color (decimal): -3287463 or 5887693. OLE color: 5887693.
HSL color Cylindrical-coordinate representation of color #CDD659: hue angle of 64.32º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDD659 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 89 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.16 |
| HSL | 64.32º | 0.6% | 0.59% | - |
| HSV(B) | 64.32º | 0.58% | 0.84% | - |
| XYZ | 51.03 | 61.79 | 18.69 | - |
| YUV | 197.06 | 67.02 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 89 | 0.04 | 0 | 0.58 | 0.16 | 64.32 | 0.6 | 0.59 |
| Hex | CD | D6 | 59 | 4 | 0 | 3A | 10 | 40 | 3C | 3B |
| Octal | 315 | 326 | 131 | 4 | 0 | 72 | 20 | 100 | 74 | 73 |
| Binary | 11001101 | 11010110 | 1011001 | 100 | 0 | 111010 | 10000 | 1000000 | 111100 | 111011 |
Color Harmonies of #CDD659
Complementary color
Monochromatic Colors of #CDD659
Black with #CDD659
Text Example
Text Example
White with #CDD659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD659; }
p { color: rgb(205,214,89); }
H1.HeaderClassName
{
color: #CDD659;
}
.AnyTagClassName
{
color: #CDD659;
}
</style>
background-color css
<style>
a { background-color: #CDD659; }
a { background-color: rgb(205,214,89); }
div.DivClassName
{
background-color: #CDD659;
}
.BgClassName
{
background-color: #CDD659;
}
</style>
border-color css
<style>
span { border-color: #CDD659; }
span { border-color: rgb(205,214,89); }
td.TdClassName
{
border-color: #CDD659;
}
.TagClassName
{
border-color: #CDD659;
}
</style>