Shades of Wild Willow #CDD854
Tints of Wild Willow #CDD854
RGB
CMYK
RGB Variations
Color information
#CDD854 (or 0xCDD854) is known color: Wild Willow. HEX triplet: CD, D8 and 54. RGB value is (205,216,84). Sum of RGB (Red+Green+Blue) = 205+216+84=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD854 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD854 is #3227AB. Grayscale: #C6C6C6. Windows color (decimal): -3286956 or 5560525. OLE color: 5560525.
HSL color Cylindrical-coordinate representation of color #CDD854: hue angle of 65º 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 #CDD854 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 84 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.15 |
| HSL | 65º | 0.63% | 0.59% | - |
| HSV(B) | 65º | 0.61% | 0.85% | - |
| XYZ | 51.33 | 62.73 | 17.79 | - |
| YUV | 197.66 | 63.86 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 84 | 0.05 | 0 | 0.61 | 0.15 | 65 | 0.63 | 0.59 |
| Hex | CD | D8 | 54 | 5 | 0 | 3D | F | 41 | 3F | 3B |
| Octal | 315 | 330 | 124 | 5 | 0 | 75 | 17 | 101 | 77 | 73 |
| Binary | 11001101 | 11011000 | 1010100 | 101 | 0 | 111101 | 1111 | 1000001 | 111111 | 111011 |
Color Harmonies of #CDD854
Complementary color
Monochromatic Colors of #CDD854
Black with #CDD854
Text Example
Text Example
White with #CDD854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD854; }
p { color: rgb(205,216,84); }
H1.HeaderClassName
{
color: #CDD854;
}
.AnyTagClassName
{
color: #CDD854;
}
</style>
background-color css
<style>
a { background-color: #CDD854; }
a { background-color: rgb(205,216,84); }
div.DivClassName
{
background-color: #CDD854;
}
.BgClassName
{
background-color: #CDD854;
}
</style>
border-color css
<style>
span { border-color: #CDD854; }
span { border-color: rgb(205,216,84); }
td.TdClassName
{
border-color: #CDD854;
}
.TagClassName
{
border-color: #CDD854;
}
</style>