Shades of Wild Willow #CDD856
Tints of Wild Willow #CDD856
RGB
CMYK
RGB Variations
Color information
#CDD856 (or 0xCDD856) is known color: Wild Willow. HEX triplet: CD, D8 and 56. RGB value is (205,216,86). Sum of RGB (Red+Green+Blue) = 205+216+86=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD856 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD856 is #3227A9. Grayscale: #C6C6C6. Windows color (decimal): -3286954 or 5691597. OLE color: 5691597.
HSL color Cylindrical-coordinate representation of color #CDD856: hue angle of 65.08º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDD856 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 86 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.15 |
| HSL | 65.08º | 0.63% | 0.59% | - |
| HSV(B) | 65.08º | 0.6% | 0.85% | - |
| XYZ | 51.41 | 62.76 | 18.21 | - |
| YUV | 197.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 86 | 0.05 | 0 | 0.60 | 0.15 | 65.08 | 0.63 | 0.59 |
| Hex | CD | D8 | 56 | 5 | 0 | 3C | F | 41 | 3E | 3B |
| Octal | 315 | 330 | 126 | 5 | 0 | 74 | 17 | 101 | 76 | 73 |
| Binary | 11001101 | 11011000 | 1010110 | 101 | 0 | 111100 | 1111 | 1000001 | 111110 | 111011 |
Color Harmonies of #CDD856
Complementary color
Monochromatic Colors of #CDD856
Black with #CDD856
Text Example
Text Example
White with #CDD856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD856; }
p { color: rgb(205,216,86); }
H1.HeaderClassName
{
color: #CDD856;
}
.AnyTagClassName
{
color: #CDD856;
}
</style>
background-color css
<style>
a { background-color: #CDD856; }
a { background-color: rgb(205,216,86); }
div.DivClassName
{
background-color: #CDD856;
}
.BgClassName
{
background-color: #CDD856;
}
</style>
border-color css
<style>
span { border-color: #CDD856; }
span { border-color: rgb(205,216,86); }
td.TdClassName
{
border-color: #CDD856;
}
.TagClassName
{
border-color: #CDD856;
}
</style>