Shades of Wild Willow #CDD059
Tints of Wild Willow #CDD059
RGB
CMYK
RGB Variations
Color information
#CDD059 (or 0xCDD059) is known color: Wild Willow. HEX triplet: CD, D0 and 59. RGB value is (205,208,89). Sum of RGB (Red+Green+Blue) = 205+208+89=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 89 (35.16% from 255 or 17.73% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD059 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD059 is #322FA6. Grayscale: #C2C2C2. Windows color (decimal): -3288999 or 5886157. OLE color: 5886157.
HSL color Cylindrical-coordinate representation of color #CDD059: hue angle of 61.51º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDD059 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 89 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.18 |
| HSL | 61.51º | 0.56% | 0.58% | - |
| HSV(B) | 61.51º | 0.57% | 0.82% | - |
| XYZ | 49.54 | 58.81 | 18.19 | - |
| YUV | 193.54 | 69.01 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 89 | 0.01 | 0 | 0.57 | 0.18 | 61.51 | 0.56 | 0.58 |
| Hex | CD | D0 | 59 | 1 | 0 | 39 | 12 | 3E | 38 | 3A |
| Octal | 315 | 320 | 131 | 1 | 0 | 71 | 22 | 76 | 70 | 72 |
| Binary | 11001101 | 11010000 | 1011001 | 1 | 0 | 111001 | 10010 | 111110 | 111000 | 111010 |
Color Harmonies of #CDD059
Complementary color
Monochromatic Colors of #CDD059
Black with #CDD059
Text Example
Text Example
White with #CDD059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD059; }
p { color: rgb(205,208,89); }
H1.HeaderClassName
{
color: #CDD059;
}
.AnyTagClassName
{
color: #CDD059;
}
</style>
background-color css
<style>
a { background-color: #CDD059; }
a { background-color: rgb(205,208,89); }
div.DivClassName
{
background-color: #CDD059;
}
.BgClassName
{
background-color: #CDD059;
}
</style>
border-color css
<style>
span { border-color: #CDD059; }
span { border-color: rgb(205,208,89); }
td.TdClassName
{
border-color: #CDD059;
}
.TagClassName
{
border-color: #CDD059;
}
</style>