Shades of Wild Willow #CDD060
Tints of Wild Willow #CDD060
RGB
CMYK
RGB Variations
Color information
#CDD060 (or 0xCDD060) is known color: Wild Willow. HEX triplet: CD, D0 and 60. RGB value is (205,208,96). Sum of RGB (Red+Green+Blue) = 205+208+96=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD060 is #322F9F. Grayscale: #C2C2C2. Windows color (decimal): -3288992 or 6344909. OLE color: 6344909.
HSL color Cylindrical-coordinate representation of color #CDD060: hue angle of 61.61º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDD060 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 96 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.18 |
| HSL | 61.61º | 0.54% | 0.6% | - |
| HSV(B) | 61.61º | 0.54% | 0.82% | - |
| XYZ | 49.84 | 58.94 | 19.81 | - |
| YUV | 194.34 | 72.51 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 96 | 0.01 | 0 | 0.54 | 0.18 | 61.61 | 0.54 | 0.6 |
| Hex | CD | D0 | 60 | 1 | 0 | 36 | 12 | 3E | 36 | 3C |
| Octal | 315 | 320 | 140 | 1 | 0 | 66 | 22 | 76 | 66 | 74 |
| Binary | 11001101 | 11010000 | 1100000 | 1 | 0 | 110110 | 10010 | 111110 | 110110 | 111100 |
Color Harmonies of #CDD060
Complementary color
Monochromatic Colors of #CDD060
Black with #CDD060
Text Example
Text Example
White with #CDD060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD060; }
p { color: rgb(205,208,96); }
H1.HeaderClassName
{
color: #CDD060;
}
.AnyTagClassName
{
color: #CDD060;
}
</style>
background-color css
<style>
a { background-color: #CDD060; }
a { background-color: rgb(205,208,96); }
div.DivClassName
{
background-color: #CDD060;
}
.BgClassName
{
background-color: #CDD060;
}
</style>
border-color css
<style>
span { border-color: #CDD060; }
span { border-color: rgb(205,208,96); }
td.TdClassName
{
border-color: #CDD060;
}
.TagClassName
{
border-color: #CDD060;
}
</style>