Shades of Wild Willow #CDDD59
Tints of Wild Willow #CDDD59
RGB
CMYK
RGB Variations
Color information
#CDDD59 (or 0xCDDD59) is known color: Wild Willow. HEX triplet: CD, DD and 59. RGB value is (205,221,89). Sum of RGB (Red+Green+Blue) = 205+221+89=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 89 (35.16% from 255 or 17.28% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD59 is #3222A6. Grayscale: #C9C9C9. Windows color (decimal): -3285671 or 5889485. OLE color: 5889485.
HSL color Cylindrical-coordinate representation of color #CDDD59: hue angle of 67.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDDD59 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 89 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.13 |
| HSL | 67.27º | 0.66% | 0.61% | - |
| HSV(B) | 67.27º | 0.6% | 0.87% | - |
| XYZ | 52.84 | 65.41 | 19.29 | - |
| YUV | 201.17 | 64.7 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 89 | 0.07 | 0 | 0.60 | 0.13 | 67.27 | 0.66 | 0.61 |
| Hex | CD | DD | 59 | 7 | 0 | 3C | D | 43 | 42 | 3D |
| Octal | 315 | 335 | 131 | 7 | 0 | 74 | 15 | 103 | 102 | 75 |
| Binary | 11001101 | 11011101 | 1011001 | 111 | 0 | 111100 | 1101 | 1000011 | 1000010 | 111101 |
Color Harmonies of #CDDD59
Complementary color
Monochromatic Colors of #CDDD59
Black with #CDDD59
Text Example
Text Example
White with #CDDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD59; }
p { color: rgb(205,221,89); }
H1.HeaderClassName
{
color: #CDDD59;
}
.AnyTagClassName
{
color: #CDDD59;
}
</style>
background-color css
<style>
a { background-color: #CDDD59; }
a { background-color: rgb(205,221,89); }
div.DivClassName
{
background-color: #CDDD59;
}
.BgClassName
{
background-color: #CDDD59;
}
</style>
border-color css
<style>
span { border-color: #CDDD59; }
span { border-color: rgb(205,221,89); }
td.TdClassName
{
border-color: #CDDD59;
}
.TagClassName
{
border-color: #CDDD59;
}
</style>