Shades of Wild Willow #CDD860
Tints of Wild Willow #CDD860
RGB
CMYK
RGB Variations
Color information
#CDD860 (or 0xCDD860) is known color: Wild Willow. HEX triplet: CD, D8 and 60. RGB value is (205,216,96). Sum of RGB (Red+Green+Blue) = 205+216+96=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 96 (37.89% from 255 or 18.57% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD860 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD860 is #32279F. Grayscale: #C7C7C7. Windows color (decimal): -3286944 or 6346957. OLE color: 6346957.
HSL color Cylindrical-coordinate representation of color #CDD860: hue angle of 65.5º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDD860 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 96 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.15 |
| HSL | 65.5º | 0.61% | 0.61% | - |
| HSV(B) | 65.5º | 0.56% | 0.85% | - |
| XYZ | 51.84 | 62.94 | 20.48 | - |
| YUV | 199.03 | 69.86 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 96 | 0.05 | 0 | 0.56 | 0.15 | 65.5 | 0.61 | 0.61 |
| Hex | CD | D8 | 60 | 5 | 0 | 38 | F | 42 | 3D | 3D |
| Octal | 315 | 330 | 140 | 5 | 0 | 70 | 17 | 102 | 75 | 75 |
| Binary | 11001101 | 11011000 | 1100000 | 101 | 0 | 111000 | 1111 | 1000010 | 111101 | 111101 |
Color Harmonies of #CDD860
Complementary color
Monochromatic Colors of #CDD860
Black with #CDD860
Text Example
Text Example
White with #CDD860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD860; }
p { color: rgb(205,216,96); }
H1.HeaderClassName
{
color: #CDD860;
}
.AnyTagClassName
{
color: #CDD860;
}
</style>
background-color css
<style>
a { background-color: #CDD860; }
a { background-color: rgb(205,216,96); }
div.DivClassName
{
background-color: #CDD860;
}
.BgClassName
{
background-color: #CDD860;
}
</style>
border-color css
<style>
span { border-color: #CDD860; }
span { border-color: rgb(205,216,96); }
td.TdClassName
{
border-color: #CDD860;
}
.TagClassName
{
border-color: #CDD860;
}
</style>