Shades of Wild Willow #CDD261
Tints of Wild Willow #CDD261
RGB
CMYK
RGB Variations
Color information
#CDD261 (or 0xCDD261) is known color: Wild Willow. HEX triplet: CD, D2 and 61. RGB value is (205,210,97). Sum of RGB (Red+Green+Blue) = 205+210+97=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 97 (38.28% from 255 or 18.95% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD261 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD261 is #322D9E. Grayscale: #C4C4C4. Windows color (decimal): -3288479 or 6410957. OLE color: 6410957.
HSL color Cylindrical-coordinate representation of color #CDD261: hue angle of 62.65º 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 #CDD261 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 97 | - |
| CMYK | 0.02 | 0 | 0.54 | 0.18 |
| HSL | 62.65º | 0.56% | 0.6% | - |
| HSV(B) | 62.65º | 0.54% | 0.82% | - |
| XYZ | 50.38 | 59.94 | 20.22 | - |
| YUV | 195.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 97 | 0.02 | 0 | 0.54 | 0.18 | 62.65 | 0.56 | 0.6 |
| Hex | CD | D2 | 61 | 2 | 0 | 36 | 12 | 3F | 38 | 3C |
| Octal | 315 | 322 | 141 | 2 | 0 | 66 | 22 | 77 | 70 | 74 |
| Binary | 11001101 | 11010010 | 1100001 | 10 | 0 | 110110 | 10010 | 111111 | 111000 | 111100 |
Color Harmonies of #CDD261
Complementary color
Monochromatic Colors of #CDD261
Black with #CDD261
Text Example
Text Example
White with #CDD261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD261; }
p { color: rgb(205,210,97); }
H1.HeaderClassName
{
color: #CDD261;
}
.AnyTagClassName
{
color: #CDD261;
}
</style>
background-color css
<style>
a { background-color: #CDD261; }
a { background-color: rgb(205,210,97); }
div.DivClassName
{
background-color: #CDD261;
}
.BgClassName
{
background-color: #CDD261;
}
</style>
border-color css
<style>
span { border-color: #CDD261; }
span { border-color: rgb(205,210,97); }
td.TdClassName
{
border-color: #CDD261;
}
.TagClassName
{
border-color: #CDD261;
}
</style>