Shades of Wild Willow #CDD759
Tints of Wild Willow #CDD759
RGB
CMYK
RGB Variations
Color information
#CDD759 (or 0xCDD759) is known color: Wild Willow. HEX triplet: CD, D7 and 59. RGB value is (205,215,89). Sum of RGB (Red+Green+Blue) = 205+215+89=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 215 (84.38% from 255 or 42.24% from 509); Blue value is 89 (35.16% from 255 or 17.49% from 509); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD759 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD759 is #3228A6. Grayscale: #C6C6C6. Windows color (decimal): -3287207 or 5887949. OLE color: 5887949.
HSL color Cylindrical-coordinate representation of color #CDD759: hue angle of 64.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDD759 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 89 | - |
| CMYK | 0.05 | 0 | 0.59 | 0.16 |
| HSL | 64.76º | 0.61% | 0.6% | - |
| HSV(B) | 64.76º | 0.59% | 0.84% | - |
| XYZ | 51.28 | 62.3 | 18.77 | - |
| YUV | 197.65 | 66.69 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 89 | 0.05 | 0 | 0.59 | 0.16 | 64.76 | 0.61 | 0.6 |
| Hex | CD | D7 | 59 | 5 | 0 | 3B | 10 | 41 | 3D | 3C |
| Octal | 315 | 327 | 131 | 5 | 0 | 73 | 20 | 101 | 75 | 74 |
| Binary | 11001101 | 11010111 | 1011001 | 101 | 0 | 111011 | 10000 | 1000001 | 111101 | 111100 |
Color Harmonies of #CDD759
Complementary color
Monochromatic Colors of #CDD759
Black with #CDD759
Text Example
Text Example
White with #CDD759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD759; }
p { color: rgb(205,215,89); }
H1.HeaderClassName
{
color: #CDD759;
}
.AnyTagClassName
{
color: #CDD759;
}
</style>
background-color css
<style>
a { background-color: #CDD759; }
a { background-color: rgb(205,215,89); }
div.DivClassName
{
background-color: #CDD759;
}
.BgClassName
{
background-color: #CDD759;
}
</style>
border-color css
<style>
span { border-color: #CDD759; }
span { border-color: rgb(205,215,89); }
td.TdClassName
{
border-color: #CDD759;
}
.TagClassName
{
border-color: #CDD759;
}
</style>