Shades of Wild Willow #CDD550
Tints of Wild Willow #CDD550
RGB
CMYK
RGB Variations
Color information
#CDD550 (or 0xCDD550) is known color: Wild Willow. HEX triplet: CD, D5 and 50. RGB value is (205,213,80). Sum of RGB (Red+Green+Blue) = 205+213+80=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 213 (83.59% from 255 or 42.77% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD550 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD550 is #322AAF. Grayscale: #C3C3C3. Windows color (decimal): -3287728 or 5297613. OLE color: 5297613.
HSL color Cylindrical-coordinate representation of color #CDD550: hue angle of 63.61º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDD550 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 80 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.16 |
| HSL | 63.61º | 0.61% | 0.57% | - |
| HSV(B) | 63.61º | 0.62% | 0.84% | - |
| XYZ | 50.42 | 61.15 | 16.73 | - |
| YUV | 195.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 80 | 0.04 | 0 | 0.62 | 0.16 | 63.61 | 0.61 | 0.57 |
| Hex | CD | D5 | 50 | 4 | 0 | 3E | 10 | 40 | 3D | 39 |
| Octal | 315 | 325 | 120 | 4 | 0 | 76 | 20 | 100 | 75 | 71 |
| Binary | 11001101 | 11010101 | 1010000 | 100 | 0 | 111110 | 10000 | 1000000 | 111101 | 111001 |
Color Harmonies of #CDD550
Complementary color
Monochromatic Colors of #CDD550
Black with #CDD550
Text Example
Text Example
White with #CDD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD550; }
p { color: rgb(205,213,80); }
H1.HeaderClassName
{
color: #CDD550;
}
.AnyTagClassName
{
color: #CDD550;
}
</style>
background-color css
<style>
a { background-color: #CDD550; }
a { background-color: rgb(205,213,80); }
div.DivClassName
{
background-color: #CDD550;
}
.BgClassName
{
background-color: #CDD550;
}
</style>
border-color css
<style>
span { border-color: #CDD550; }
span { border-color: rgb(205,213,80); }
td.TdClassName
{
border-color: #CDD550;
}
.TagClassName
{
border-color: #CDD550;
}
</style>