Shades of Wild Willow #CDD85D
Tints of Wild Willow #CDD85D
RGB
CMYK
RGB Variations
Color information
#CDD85D (or 0xCDD85D) is known color: Wild Willow. HEX triplet: CD, D8 and 5D. RGB value is (205,216,93). Sum of RGB (Red+Green+Blue) = 205+216+93=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD85D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD85D is #3227A2. Grayscale: #C7C7C7. Windows color (decimal): -3286947 or 6150349. OLE color: 6150349.
HSL color Cylindrical-coordinate representation of color #CDD85D: hue angle of 65.37º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDD85D is Cyan = 0.05, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 93 | - |
| CMYK | 0.05 | 0 | 0.57 | 0.15 |
| HSL | 65.37º | 0.61% | 0.61% | - |
| HSV(B) | 65.37º | 0.57% | 0.85% | - |
| XYZ | 51.71 | 62.88 | 19.77 | - |
| YUV | 198.69 | 68.36 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 93 | 0.05 | 0 | 0.57 | 0.15 | 65.37 | 0.61 | 0.61 |
| Hex | CD | D8 | 5D | 5 | 0 | 39 | F | 41 | 3D | 3D |
| Octal | 315 | 330 | 135 | 5 | 0 | 71 | 17 | 101 | 75 | 75 |
| Binary | 11001101 | 11011000 | 1011101 | 101 | 0 | 111001 | 1111 | 1000001 | 111101 | 111101 |
Color Harmonies of #CDD85D
Complementary color
Monochromatic Colors of #CDD85D
Black with #CDD85D
Text Example
Text Example
White with #CDD85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD85D; }
p { color: rgb(205,216,93); }
H1.HeaderClassName
{
color: #CDD85D;
}
.AnyTagClassName
{
color: #CDD85D;
}
</style>
background-color css
<style>
a { background-color: #CDD85D; }
a { background-color: rgb(205,216,93); }
div.DivClassName
{
background-color: #CDD85D;
}
.BgClassName
{
background-color: #CDD85D;
}
</style>
border-color css
<style>
span { border-color: #CDD85D; }
span { border-color: rgb(205,216,93); }
td.TdClassName
{
border-color: #CDD85D;
}
.TagClassName
{
border-color: #CDD85D;
}
</style>