Shades of Wild Willow #CDD855
Tints of Wild Willow #CDD855
RGB
CMYK
RGB Variations
Color information
#CDD855 (or 0xCDD855) is known color: Wild Willow. HEX triplet: CD, D8 and 55. RGB value is (205,216,85). Sum of RGB (Red+Green+Blue) = 205+216+85=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD855 is #3227AA. Grayscale: #C6C6C6. Windows color (decimal): -3286955 or 5626061. OLE color: 5626061.
HSL color Cylindrical-coordinate representation of color #CDD855: hue angle of 65.04º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDD855 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 85 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.15 |
| HSL | 65.04º | 0.63% | 0.59% | - |
| HSV(B) | 65.04º | 0.61% | 0.85% | - |
| XYZ | 51.37 | 62.75 | 18 | - |
| YUV | 197.78 | 64.36 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 85 | 0.05 | 0 | 0.61 | 0.15 | 65.04 | 0.63 | 0.59 |
| Hex | CD | D8 | 55 | 5 | 0 | 3D | F | 41 | 3F | 3B |
| Octal | 315 | 330 | 125 | 5 | 0 | 75 | 17 | 101 | 77 | 73 |
| Binary | 11001101 | 11011000 | 1010101 | 101 | 0 | 111101 | 1111 | 1000001 | 111111 | 111011 |
Color Harmonies of #CDD855
Complementary color
Monochromatic Colors of #CDD855
Black with #CDD855
Text Example
Text Example
White with #CDD855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD855; }
p { color: rgb(205,216,85); }
H1.HeaderClassName
{
color: #CDD855;
}
.AnyTagClassName
{
color: #CDD855;
}
</style>
background-color css
<style>
a { background-color: #CDD855; }
a { background-color: rgb(205,216,85); }
div.DivClassName
{
background-color: #CDD855;
}
.BgClassName
{
background-color: #CDD855;
}
</style>
border-color css
<style>
span { border-color: #CDD855; }
span { border-color: rgb(205,216,85); }
td.TdClassName
{
border-color: #CDD855;
}
.TagClassName
{
border-color: #CDD855;
}
</style>