Shades of Wild Willow #CDD65E
Tints of Wild Willow #CDD65E
RGB
CMYK
RGB Variations
Color information
#CDD65E (or 0xCDD65E) is known color: Wild Willow. HEX triplet: CD, D6 and 5E. RGB value is (205,214,94). Sum of RGB (Red+Green+Blue) = 205+214+94=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 94 (37.11% from 255 or 18.32% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD65E is #3229A1. Grayscale: #C6C6C6. Windows color (decimal): -3287458 or 6215373. OLE color: 6215373.
HSL color Cylindrical-coordinate representation of color #CDD65E: hue angle of 64.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDD65E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 94 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.16 |
| HSL | 64.5º | 0.59% | 0.6% | - |
| HSV(B) | 64.5º | 0.56% | 0.84% | - |
| XYZ | 51.24 | 61.88 | 19.83 | - |
| YUV | 197.63 | 69.52 | 133.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 94 | 0.04 | 0 | 0.56 | 0.16 | 64.5 | 0.59 | 0.6 |
| Hex | CD | D6 | 5E | 4 | 0 | 38 | 10 | 40 | 3B | 3C |
| Octal | 315 | 326 | 136 | 4 | 0 | 70 | 20 | 100 | 73 | 74 |
| Binary | 11001101 | 11010110 | 1011110 | 100 | 0 | 111000 | 10000 | 1000000 | 111011 | 111100 |
Color Harmonies of #CDD65E
Complementary color
Monochromatic Colors of #CDD65E
Black with #CDD65E
Text Example
Text Example
White with #CDD65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD65E; }
p { color: rgb(205,214,94); }
H1.HeaderClassName
{
color: #CDD65E;
}
.AnyTagClassName
{
color: #CDD65E;
}
</style>
background-color css
<style>
a { background-color: #CDD65E; }
a { background-color: rgb(205,214,94); }
div.DivClassName
{
background-color: #CDD65E;
}
.BgClassName
{
background-color: #CDD65E;
}
</style>
border-color css
<style>
span { border-color: #CDD65E; }
span { border-color: rgb(205,214,94); }
td.TdClassName
{
border-color: #CDD65E;
}
.TagClassName
{
border-color: #CDD65E;
}
</style>