Shades of Wild Willow #CDDA5E
Tints of Wild Willow #CDDA5E
RGB
CMYK
RGB Variations
Color information
#CDDA5E (or 0xCDDA5E) is known color: Wild Willow. HEX triplet: CD, DA and 5E. RGB value is (205,218,94). Sum of RGB (Red+Green+Blue) = 205+218+94=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA5E is #3225A1. Grayscale: #C8C8C8. Windows color (decimal): -3286434 or 6216397. OLE color: 6216397.
HSL color Cylindrical-coordinate representation of color #CDDA5E: hue angle of 66.29º degrees, saturation: 0.63, 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 #CDDA5E is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 94 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.15 |
| HSL | 66.29º | 0.63% | 0.61% | - |
| HSV(B) | 66.29º | 0.57% | 0.85% | - |
| XYZ | 52.27 | 63.93 | 20.17 | - |
| YUV | 199.98 | 68.19 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 94 | 0.06 | 0 | 0.57 | 0.15 | 66.29 | 0.63 | 0.61 |
| Hex | CD | DA | 5E | 6 | 0 | 39 | F | 42 | 3F | 3D |
| Octal | 315 | 332 | 136 | 6 | 0 | 71 | 17 | 102 | 77 | 75 |
| Binary | 11001101 | 11011010 | 1011110 | 110 | 0 | 111001 | 1111 | 1000010 | 111111 | 111101 |
Color Harmonies of #CDDA5E
Complementary color
Monochromatic Colors of #CDDA5E
Black with #CDDA5E
Text Example
Text Example
White with #CDDA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA5E; }
p { color: rgb(205,218,94); }
H1.HeaderClassName
{
color: #CDDA5E;
}
.AnyTagClassName
{
color: #CDDA5E;
}
</style>
background-color css
<style>
a { background-color: #CDDA5E; }
a { background-color: rgb(205,218,94); }
div.DivClassName
{
background-color: #CDDA5E;
}
.BgClassName
{
background-color: #CDDA5E;
}
</style>
border-color css
<style>
span { border-color: #CDDA5E; }
span { border-color: rgb(205,218,94); }
td.TdClassName
{
border-color: #CDDA5E;
}
.TagClassName
{
border-color: #CDDA5E;
}
</style>