Shades of Wild Willow #CDD464
Tints of Wild Willow #CDD464
RGB
CMYK
RGB Variations
Color information
#CDD464 (or 0xCDD464) is known color: Wild Willow. HEX triplet: CD, D4 and 64. RGB value is (205,212,100). Sum of RGB (Red+Green+Blue) = 205+212+100=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 100 (39.45% from 255 or 19.34% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD464 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD464 is #322B9B. Grayscale: #C5C5C5. Windows color (decimal): -3287964 or 6608077. OLE color: 6608077.
HSL color Cylindrical-coordinate representation of color #CDD464: hue angle of 63.75º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDD464 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 100 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.17 |
| HSL | 63.75º | 0.57% | 0.61% | - |
| HSV(B) | 63.75º | 0.53% | 0.83% | - |
| XYZ | 51.02 | 60.99 | 21.14 | - |
| YUV | 197.14 | 73.18 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 100 | 0.03 | 0 | 0.53 | 0.17 | 63.75 | 0.57 | 0.61 |
| Hex | CD | D4 | 64 | 3 | 0 | 35 | 11 | 40 | 39 | 3D |
| Octal | 315 | 324 | 144 | 3 | 0 | 65 | 21 | 100 | 71 | 75 |
| Binary | 11001101 | 11010100 | 1100100 | 11 | 0 | 110101 | 10001 | 1000000 | 111001 | 111101 |
Color Harmonies of #CDD464
Complementary color
Monochromatic Colors of #CDD464
Black with #CDD464
Text Example
Text Example
White with #CDD464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD464; }
p { color: rgb(205,212,100); }
H1.HeaderClassName
{
color: #CDD464;
}
.AnyTagClassName
{
color: #CDD464;
}
</style>
background-color css
<style>
a { background-color: #CDD464; }
a { background-color: rgb(205,212,100); }
div.DivClassName
{
background-color: #CDD464;
}
.BgClassName
{
background-color: #CDD464;
}
</style>
border-color css
<style>
span { border-color: #CDD464; }
span { border-color: rgb(205,212,100); }
td.TdClassName
{
border-color: #CDD464;
}
.TagClassName
{
border-color: #CDD464;
}
</style>