Shades of Wild Willow #CDD65F
Tints of Wild Willow #CDD65F
RGB
CMYK
RGB Variations
Color information
#CDD65F (or 0xCDD65F) is known color: Wild Willow. HEX triplet: CD, D6 and 5F. RGB value is (205,214,95). Sum of RGB (Red+Green+Blue) = 205+214+95=514 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.88% from 514); Green value is 214 (83.98% from 255 or 41.63% from 514); Blue value is 95 (37.5% from 255 or 18.48% from 514); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD65F is #3229A0. Grayscale: #C6C6C6. Windows color (decimal): -3287457 or 6280909. OLE color: 6280909.
HSL color Cylindrical-coordinate representation of color #CDD65F: hue angle of 64.54º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDD65F is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 95 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.16 |
| HSL | 64.54º | 0.59% | 0.61% | - |
| HSV(B) | 64.54º | 0.56% | 0.84% | - |
| XYZ | 51.29 | 61.9 | 20.07 | - |
| YUV | 197.74 | 70.02 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 95 | 0.04 | 0 | 0.56 | 0.16 | 64.54 | 0.59 | 0.61 |
| Hex | CD | D6 | 5F | 4 | 0 | 38 | 10 | 41 | 3B | 3D |
| Octal | 315 | 326 | 137 | 4 | 0 | 70 | 20 | 101 | 73 | 75 |
| Binary | 11001101 | 11010110 | 1011111 | 100 | 0 | 111000 | 10000 | 1000001 | 111011 | 111101 |
Color Harmonies of #CDD65F
Complementary color
Monochromatic Colors of #CDD65F
Black with #CDD65F
Text Example
Text Example
White with #CDD65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD65F; }
p { color: rgb(205,214,95); }
H1.HeaderClassName
{
color: #CDD65F;
}
.AnyTagClassName
{
color: #CDD65F;
}
</style>
background-color css
<style>
a { background-color: #CDD65F; }
a { background-color: rgb(205,214,95); }
div.DivClassName
{
background-color: #CDD65F;
}
.BgClassName
{
background-color: #CDD65F;
}
</style>
border-color css
<style>
span { border-color: #CDD65F; }
span { border-color: rgb(205,214,95); }
td.TdClassName
{
border-color: #CDD65F;
}
.TagClassName
{
border-color: #CDD65F;
}
</style>