Shades of Wild Willow #CDD65A
Tints of Wild Willow #CDD65A
RGB
CMYK
RGB Variations
Color information
#CDD65A (or 0xCDD65A) is known color: Wild Willow. HEX triplet: CD, D6 and 5A. RGB value is (205,214,90). Sum of RGB (Red+Green+Blue) = 205+214+90=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD65A is #3229A5. Grayscale: #C5C5C5. Windows color (decimal): -3287462 or 5953229. OLE color: 5953229.
HSL color Cylindrical-coordinate representation of color #CDD65A: hue angle of 64.35º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDD65A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 90 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.16 |
| HSL | 64.35º | 0.6% | 0.6% | - |
| HSV(B) | 64.35º | 0.58% | 0.84% | - |
| XYZ | 51.07 | 61.81 | 18.91 | - |
| YUV | 197.17 | 67.52 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 90 | 0.04 | 0 | 0.58 | 0.16 | 64.35 | 0.6 | 0.6 |
| Hex | CD | D6 | 5A | 4 | 0 | 3A | 10 | 40 | 3C | 3C |
| Octal | 315 | 326 | 132 | 4 | 0 | 72 | 20 | 100 | 74 | 74 |
| Binary | 11001101 | 11010110 | 1011010 | 100 | 0 | 111010 | 10000 | 1000000 | 111100 | 111100 |
Color Harmonies of #CDD65A
Complementary color
Monochromatic Colors of #CDD65A
Black with #CDD65A
Text Example
Text Example
White with #CDD65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD65A; }
p { color: rgb(205,214,90); }
H1.HeaderClassName
{
color: #CDD65A;
}
.AnyTagClassName
{
color: #CDD65A;
}
</style>
background-color css
<style>
a { background-color: #CDD65A; }
a { background-color: rgb(205,214,90); }
div.DivClassName
{
background-color: #CDD65A;
}
.BgClassName
{
background-color: #CDD65A;
}
</style>
border-color css
<style>
span { border-color: #CDD65A; }
span { border-color: rgb(205,214,90); }
td.TdClassName
{
border-color: #CDD65A;
}
.TagClassName
{
border-color: #CDD65A;
}
</style>