Shades of Wild Willow #CDD559
Tints of Wild Willow #CDD559
RGB
CMYK
RGB Variations
Color information
#CDD559 (or 0xCDD559) is known color: Wild Willow. HEX triplet: CD, D5 and 59. RGB value is (205,213,89). Sum of RGB (Red+Green+Blue) = 205+213+89=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 89 (35.16% from 255 or 17.55% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD559 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD559 is #322AA6. Grayscale: #C4C4C4. Windows color (decimal): -3287719 or 5887437. OLE color: 5887437.
HSL color Cylindrical-coordinate representation of color #CDD559: hue angle of 63.87º 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 #CDD559 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 89 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.16 |
| HSL | 63.87º | 0.6% | 0.59% | - |
| HSV(B) | 63.87º | 0.58% | 0.84% | - |
| XYZ | 50.77 | 61.29 | 18.61 | - |
| YUV | 196.47 | 67.35 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 89 | 0.04 | 0 | 0.58 | 0.16 | 63.87 | 0.6 | 0.59 |
| Hex | CD | D5 | 59 | 4 | 0 | 3A | 10 | 40 | 3C | 3B |
| Octal | 315 | 325 | 131 | 4 | 0 | 72 | 20 | 100 | 74 | 73 |
| Binary | 11001101 | 11010101 | 1011001 | 100 | 0 | 111010 | 10000 | 1000000 | 111100 | 111011 |
Color Harmonies of #CDD559
Complementary color
Monochromatic Colors of #CDD559
Black with #CDD559
Text Example
Text Example
White with #CDD559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD559; }
p { color: rgb(205,213,89); }
H1.HeaderClassName
{
color: #CDD559;
}
.AnyTagClassName
{
color: #CDD559;
}
</style>
background-color css
<style>
a { background-color: #CDD559; }
a { background-color: rgb(205,213,89); }
div.DivClassName
{
background-color: #CDD559;
}
.BgClassName
{
background-color: #CDD559;
}
</style>
border-color css
<style>
span { border-color: #CDD559; }
span { border-color: rgb(205,213,89); }
td.TdClassName
{
border-color: #CDD559;
}
.TagClassName
{
border-color: #CDD559;
}
</style>