Shades of Wild Willow #CDD260
Tints of Wild Willow #CDD260
RGB
CMYK
RGB Variations
Color information
#CDD260 (or 0xCDD260) is known color: Wild Willow. HEX triplet: CD, D2 and 60. RGB value is (205,210,96). Sum of RGB (Red+Green+Blue) = 205+210+96=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD260 is #322D9F. Grayscale: #C3C3C3. Windows color (decimal): -3288480 or 6345421. OLE color: 6345421.
HSL color Cylindrical-coordinate representation of color #CDD260: hue angle of 62.63º degrees, saturation: 0.56, 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 #CDD260 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 96 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.18 |
| HSL | 62.63º | 0.56% | 0.6% | - |
| HSV(B) | 62.63º | 0.54% | 0.82% | - |
| XYZ | 50.33 | 59.92 | 19.98 | - |
| YUV | 195.51 | 71.84 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 96 | 0.02 | 0 | 0.54 | 0.18 | 62.63 | 0.56 | 0.6 |
| Hex | CD | D2 | 60 | 2 | 0 | 36 | 12 | 3F | 38 | 3C |
| Octal | 315 | 322 | 140 | 2 | 0 | 66 | 22 | 77 | 70 | 74 |
| Binary | 11001101 | 11010010 | 1100000 | 10 | 0 | 110110 | 10010 | 111111 | 111000 | 111100 |
Color Harmonies of #CDD260
Complementary color
Monochromatic Colors of #CDD260
Black with #CDD260
Text Example
Text Example
White with #CDD260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD260; }
p { color: rgb(205,210,96); }
H1.HeaderClassName
{
color: #CDD260;
}
.AnyTagClassName
{
color: #CDD260;
}
</style>
background-color css
<style>
a { background-color: #CDD260; }
a { background-color: rgb(205,210,96); }
div.DivClassName
{
background-color: #CDD260;
}
.BgClassName
{
background-color: #CDD260;
}
</style>
border-color css
<style>
span { border-color: #CDD260; }
span { border-color: rgb(205,210,96); }
td.TdClassName
{
border-color: #CDD260;
}
.TagClassName
{
border-color: #CDD260;
}
</style>