Shades of Wild Willow #CDDA5A
Tints of Wild Willow #CDDA5A
RGB
CMYK
RGB Variations
Color information
#CDDA5A (or 0xCDDA5A) is known color: Wild Willow. HEX triplet: CD, DA and 5A. RGB value is (205,218,90). Sum of RGB (Red+Green+Blue) = 205+218+90=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 90 (35.55% from 255 or 17.54% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDA5A is #3225A5. Grayscale: #C8C8C8. Windows color (decimal): -3286438 or 5954253. OLE color: 5954253.
HSL color Cylindrical-coordinate representation of color #CDDA5A: hue angle of 66.09º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDDA5A is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 90 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.15 |
| HSL | 66.09º | 0.63% | 0.6% | - |
| HSV(B) | 66.09º | 0.59% | 0.85% | - |
| XYZ | 52.09 | 63.86 | 19.25 | - |
| YUV | 199.52 | 66.19 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 90 | 0.06 | 0 | 0.59 | 0.15 | 66.09 | 0.63 | 0.6 |
| Hex | CD | DA | 5A | 6 | 0 | 3B | F | 42 | 3F | 3C |
| Octal | 315 | 332 | 132 | 6 | 0 | 73 | 17 | 102 | 77 | 74 |
| Binary | 11001101 | 11011010 | 1011010 | 110 | 0 | 111011 | 1111 | 1000010 | 111111 | 111100 |
Color Harmonies of #CDDA5A
Complementary color
Monochromatic Colors of #CDDA5A
Black with #CDDA5A
Text Example
Text Example
White with #CDDA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA5A; }
p { color: rgb(205,218,90); }
H1.HeaderClassName
{
color: #CDDA5A;
}
.AnyTagClassName
{
color: #CDDA5A;
}
</style>
background-color css
<style>
a { background-color: #CDDA5A; }
a { background-color: rgb(205,218,90); }
div.DivClassName
{
background-color: #CDDA5A;
}
.BgClassName
{
background-color: #CDDA5A;
}
</style>
border-color css
<style>
span { border-color: #CDDA5A; }
span { border-color: rgb(205,218,90); }
td.TdClassName
{
border-color: #CDDA5A;
}
.TagClassName
{
border-color: #CDDA5A;
}
</style>