Shades of Wild Willow #CDD556
Tints of Wild Willow #CDD556
RGB
CMYK
RGB Variations
Color information
#CDD556 (or 0xCDD556) is known color: Wild Willow. HEX triplet: CD, D5 and 56. RGB value is (205,213,86). Sum of RGB (Red+Green+Blue) = 205+213+86=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 86 (33.98% from 255 or 17.06% from 504); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD556 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD556 is #322AA9. Grayscale: #C4C4C4. Windows color (decimal): -3287722 or 5690829. OLE color: 5690829.
HSL color Cylindrical-coordinate representation of color #CDD556: hue angle of 63.78º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDD556 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 86 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.16 |
| HSL | 63.78º | 0.6% | 0.59% | - |
| HSV(B) | 63.78º | 0.6% | 0.84% | - |
| XYZ | 50.65 | 61.24 | 17.95 | - |
| YUV | 196.13 | 65.85 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 86 | 0.04 | 0 | 0.60 | 0.16 | 63.78 | 0.6 | 0.59 |
| Hex | CD | D5 | 56 | 4 | 0 | 3C | 10 | 40 | 3C | 3B |
| Octal | 315 | 325 | 126 | 4 | 0 | 74 | 20 | 100 | 74 | 73 |
| Binary | 11001101 | 11010101 | 1010110 | 100 | 0 | 111100 | 10000 | 1000000 | 111100 | 111011 |
Color Harmonies of #CDD556
Complementary color
Monochromatic Colors of #CDD556
Black with #CDD556
Text Example
Text Example
White with #CDD556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD556; }
p { color: rgb(205,213,86); }
H1.HeaderClassName
{
color: #CDD556;
}
.AnyTagClassName
{
color: #CDD556;
}
</style>
background-color css
<style>
a { background-color: #CDD556; }
a { background-color: rgb(205,213,86); }
div.DivClassName
{
background-color: #CDD556;
}
.BgClassName
{
background-color: #CDD556;
}
</style>
border-color css
<style>
span { border-color: #CDD556; }
span { border-color: rgb(205,213,86); }
td.TdClassName
{
border-color: #CDD556;
}
.TagClassName
{
border-color: #CDD556;
}
</style>