Shades of Wild Willow #CDD54F
Tints of Wild Willow #CDD54F
RGB
CMYK
RGB Variations
Color information
#CDD54F (or 0xCDD54F) is known color: Wild Willow. HEX triplet: CD, D5 and 4F. RGB value is (205,213,79). Sum of RGB (Red+Green+Blue) = 205+213+79=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 79 (31.25% from 255 or 15.90% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD54F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD54F is #322AB0. Grayscale: #C3C3C3. Windows color (decimal): -3287729 or 5232077. OLE color: 5232077.
HSL color Cylindrical-coordinate representation of color #CDD54F: hue angle of 63.58º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDD54F is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 79 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.16 |
| HSL | 63.58º | 0.61% | 0.57% | - |
| HSV(B) | 63.58º | 0.63% | 0.84% | - |
| XYZ | 50.38 | 61.13 | 16.54 | - |
| YUV | 195.33 | 62.35 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 79 | 0.04 | 0 | 0.63 | 0.16 | 63.58 | 0.61 | 0.57 |
| Hex | CD | D5 | 4F | 4 | 0 | 3F | 10 | 40 | 3D | 39 |
| Octal | 315 | 325 | 117 | 4 | 0 | 77 | 20 | 100 | 75 | 71 |
| Binary | 11001101 | 11010101 | 1001111 | 100 | 0 | 111111 | 10000 | 1000000 | 111101 | 111001 |
Color Harmonies of #CDD54F
Complementary color
Monochromatic Colors of #CDD54F
Black with #CDD54F
Text Example
Text Example
White with #CDD54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD54F; }
p { color: rgb(205,213,79); }
H1.HeaderClassName
{
color: #CDD54F;
}
.AnyTagClassName
{
color: #CDD54F;
}
</style>
background-color css
<style>
a { background-color: #CDD54F; }
a { background-color: rgb(205,213,79); }
div.DivClassName
{
background-color: #CDD54F;
}
.BgClassName
{
background-color: #CDD54F;
}
</style>
border-color css
<style>
span { border-color: #CDD54F; }
span { border-color: rgb(205,213,79); }
td.TdClassName
{
border-color: #CDD54F;
}
.TagClassName
{
border-color: #CDD54F;
}
</style>