Shades of Wild Willow #CDD959
Tints of Wild Willow #CDD959
RGB
CMYK
RGB Variations
Color information
#CDD959 (or 0xCDD959) is known color: Wild Willow. HEX triplet: CD, D9 and 59. RGB value is (205,217,89). Sum of RGB (Red+Green+Blue) = 205+217+89=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 217 (85.16% from 255 or 42.47% from 511); Blue value is 89 (35.16% from 255 or 17.42% from 511); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD959 is #3226A6. Grayscale: #C7C7C7. Windows color (decimal): -3286695 or 5888461. OLE color: 5888461.
HSL color Cylindrical-coordinate representation of color #CDD959: hue angle of 65.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDD959 is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 89 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.15 |
| HSL | 65.63º | 0.63% | 0.6% | - |
| HSV(B) | 65.63º | 0.59% | 0.85% | - |
| XYZ | 51.79 | 63.33 | 18.94 | - |
| YUV | 198.82 | 66.02 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 89 | 0.06 | 0 | 0.59 | 0.15 | 65.63 | 0.63 | 0.6 |
| Hex | CD | D9 | 59 | 6 | 0 | 3B | F | 42 | 3F | 3C |
| Octal | 315 | 331 | 131 | 6 | 0 | 73 | 17 | 102 | 77 | 74 |
| Binary | 11001101 | 11011001 | 1011001 | 110 | 0 | 111011 | 1111 | 1000010 | 111111 | 111100 |
Color Harmonies of #CDD959
Complementary color
Monochromatic Colors of #CDD959
Black with #CDD959
Text Example
Text Example
White with #CDD959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD959; }
p { color: rgb(205,217,89); }
H1.HeaderClassName
{
color: #CDD959;
}
.AnyTagClassName
{
color: #CDD959;
}
</style>
background-color css
<style>
a { background-color: #CDD959; }
a { background-color: rgb(205,217,89); }
div.DivClassName
{
background-color: #CDD959;
}
.BgClassName
{
background-color: #CDD959;
}
</style>
border-color css
<style>
span { border-color: #CDD959; }
span { border-color: rgb(205,217,89); }
td.TdClassName
{
border-color: #CDD959;
}
.TagClassName
{
border-color: #CDD959;
}
</style>