Shades of Wild Willow #CDD65D
Tints of Wild Willow #CDD65D
RGB
CMYK
RGB Variations
Color information
#CDD65D (or 0xCDD65D) is known color: Wild Willow. HEX triplet: CD, D6 and 5D. RGB value is (205,214,93). Sum of RGB (Red+Green+Blue) = 205+214+93=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 214 (83.98% from 255 or 41.80% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD65D is #3229A2. Grayscale: #C5C5C5. Windows color (decimal): -3287459 or 6149837. OLE color: 6149837.
HSL color Cylindrical-coordinate representation of color #CDD65D: hue angle of 64.46º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDD65D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 93 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.16 |
| HSL | 64.46º | 0.6% | 0.6% | - |
| HSV(B) | 64.46º | 0.57% | 0.84% | - |
| XYZ | 51.2 | 61.86 | 19.6 | - |
| YUV | 197.52 | 69.02 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 93 | 0.04 | 0 | 0.57 | 0.16 | 64.46 | 0.6 | 0.6 |
| Hex | CD | D6 | 5D | 4 | 0 | 39 | 10 | 40 | 3C | 3C |
| Octal | 315 | 326 | 135 | 4 | 0 | 71 | 20 | 100 | 74 | 74 |
| Binary | 11001101 | 11010110 | 1011101 | 100 | 0 | 111001 | 10000 | 1000000 | 111100 | 111100 |
Color Harmonies of #CDD65D
Complementary color
Monochromatic Colors of #CDD65D
Black with #CDD65D
Text Example
Text Example
White with #CDD65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD65D; }
p { color: rgb(205,214,93); }
H1.HeaderClassName
{
color: #CDD65D;
}
.AnyTagClassName
{
color: #CDD65D;
}
</style>
background-color css
<style>
a { background-color: #CDD65D; }
a { background-color: rgb(205,214,93); }
div.DivClassName
{
background-color: #CDD65D;
}
.BgClassName
{
background-color: #CDD65D;
}
</style>
border-color css
<style>
span { border-color: #CDD65D; }
span { border-color: rgb(205,214,93); }
td.TdClassName
{
border-color: #CDD65D;
}
.TagClassName
{
border-color: #CDD65D;
}
</style>