Shades of Wild Willow #CDD55E
Tints of Wild Willow #CDD55E
RGB
CMYK
RGB Variations
Color information
#CDD55E (or 0xCDD55E) is known color: Wild Willow. HEX triplet: CD, D5 and 5E. RGB value is (205,213,94). Sum of RGB (Red+Green+Blue) = 205+213+94=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 94 (37.11% from 255 or 18.36% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD55E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD55E is #322AA1. Grayscale: #C5C5C5. Windows color (decimal): -3287714 or 6215117. OLE color: 6215117.
HSL color Cylindrical-coordinate representation of color #CDD55E: hue angle of 64.03º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDD55E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 94 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.16 |
| HSL | 64.03º | 0.59% | 0.6% | - |
| HSV(B) | 64.03º | 0.56% | 0.84% | - |
| XYZ | 50.99 | 61.38 | 19.75 | - |
| YUV | 197.04 | 69.85 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 94 | 0.04 | 0 | 0.56 | 0.16 | 64.03 | 0.59 | 0.6 |
| Hex | CD | D5 | 5E | 4 | 0 | 38 | 10 | 40 | 3B | 3C |
| Octal | 315 | 325 | 136 | 4 | 0 | 70 | 20 | 100 | 73 | 74 |
| Binary | 11001101 | 11010101 | 1011110 | 100 | 0 | 111000 | 10000 | 1000000 | 111011 | 111100 |
Color Harmonies of #CDD55E
Complementary color
Monochromatic Colors of #CDD55E
Black with #CDD55E
Text Example
Text Example
White with #CDD55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD55E; }
p { color: rgb(205,213,94); }
H1.HeaderClassName
{
color: #CDD55E;
}
.AnyTagClassName
{
color: #CDD55E;
}
</style>
background-color css
<style>
a { background-color: #CDD55E; }
a { background-color: rgb(205,213,94); }
div.DivClassName
{
background-color: #CDD55E;
}
.BgClassName
{
background-color: #CDD55E;
}
</style>
border-color css
<style>
span { border-color: #CDD55E; }
span { border-color: rgb(205,213,94); }
td.TdClassName
{
border-color: #CDD55E;
}
.TagClassName
{
border-color: #CDD55E;
}
</style>