Shades of Wild Willow #CDD961
Tints of Wild Willow #CDD961
RGB
CMYK
RGB Variations
Color information
#CDD961 (or 0xCDD961) is known color: Wild Willow. HEX triplet: CD, D9 and 61. RGB value is (205,217,97). Sum of RGB (Red+Green+Blue) = 205+217+97=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 97 (38.28% from 255 or 18.69% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD961 is #32269E. Grayscale: #C8C8C8. Windows color (decimal): -3286687 or 6412749. OLE color: 6412749.
HSL color Cylindrical-coordinate representation of color #CDD961: hue angle of 66º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDD961 is Cyan = 0.06, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 97 | - |
| CMYK | 0.06 | 0 | 0.55 | 0.15 |
| HSL | 66º | 0.61% | 0.62% | - |
| HSV(B) | 66º | 0.55% | 0.85% | - |
| XYZ | 52.15 | 63.47 | 20.81 | - |
| YUV | 199.73 | 70.02 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 97 | 0.06 | 0 | 0.55 | 0.15 | 66 | 0.61 | 0.62 |
| Hex | CD | D9 | 61 | 6 | 0 | 37 | F | 42 | 3D | 3E |
| Octal | 315 | 331 | 141 | 6 | 0 | 67 | 17 | 102 | 75 | 76 |
| Binary | 11001101 | 11011001 | 1100001 | 110 | 0 | 110111 | 1111 | 1000010 | 111101 | 111110 |
Color Harmonies of #CDD961
Complementary color
Monochromatic Colors of #CDD961
Black with #CDD961
Text Example
Text Example
White with #CDD961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD961; }
p { color: rgb(205,217,97); }
H1.HeaderClassName
{
color: #CDD961;
}
.AnyTagClassName
{
color: #CDD961;
}
</style>
background-color css
<style>
a { background-color: #CDD961; }
a { background-color: rgb(205,217,97); }
div.DivClassName
{
background-color: #CDD961;
}
.BgClassName
{
background-color: #CDD961;
}
</style>
border-color css
<style>
span { border-color: #CDD961; }
span { border-color: rgb(205,217,97); }
td.TdClassName
{
border-color: #CDD961;
}
.TagClassName
{
border-color: #CDD961;
}
</style>