Shades of Wild Willow #CDD465
Tints of Wild Willow #CDD465
RGB
CMYK
RGB Variations
Color information
#CDD465 (or 0xCDD465) is known color: Wild Willow. HEX triplet: CD, D4 and 65. RGB value is (205,212,101). Sum of RGB (Red+Green+Blue) = 205+212+101=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 101 (39.84% from 255 or 19.50% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD465 is #322B9A. Grayscale: #C5C5C5. Windows color (decimal): -3287963 or 6673613. OLE color: 6673613.
HSL color Cylindrical-coordinate representation of color #CDD465: hue angle of 63.78º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDD465 is Cyan = 0.03, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 101 | - |
| CMYK | 0.03 | 0 | 0.52 | 0.17 |
| HSL | 63.78º | 0.56% | 0.61% | - |
| HSV(B) | 63.78º | 0.52% | 0.83% | - |
| XYZ | 51.07 | 61.01 | 21.4 | - |
| YUV | 197.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 101 | 0.03 | 0 | 0.52 | 0.17 | 63.78 | 0.56 | 0.61 |
| Hex | CD | D4 | 65 | 3 | 0 | 34 | 11 | 40 | 38 | 3D |
| Octal | 315 | 324 | 145 | 3 | 0 | 64 | 21 | 100 | 70 | 75 |
| Binary | 11001101 | 11010100 | 1100101 | 11 | 0 | 110100 | 10001 | 1000000 | 111000 | 111101 |
Color Harmonies of #CDD465
Complementary color
Monochromatic Colors of #CDD465
Black with #CDD465
Text Example
Text Example
White with #CDD465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD465; }
p { color: rgb(205,212,101); }
H1.HeaderClassName
{
color: #CDD465;
}
.AnyTagClassName
{
color: #CDD465;
}
</style>
background-color css
<style>
a { background-color: #CDD465; }
a { background-color: rgb(205,212,101); }
div.DivClassName
{
background-color: #CDD465;
}
.BgClassName
{
background-color: #CDD465;
}
</style>
border-color css
<style>
span { border-color: #CDD465; }
span { border-color: rgb(205,212,101); }
td.TdClassName
{
border-color: #CDD465;
}
.TagClassName
{
border-color: #CDD465;
}
</style>