Shades of Wild Willow #CDD45A
Tints of Wild Willow #CDD45A
RGB
CMYK
RGB Variations
Color information
#CDD45A (or 0xCDD45A) is known color: Wild Willow. HEX triplet: CD, D4 and 5A. RGB value is (205,212,90). Sum of RGB (Red+Green+Blue) = 205+212+90=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 212 (83.20% from 255 or 41.81% from 507); Blue value is 90 (35.55% from 255 or 17.75% from 507); Max value from RGB is 212 - color contains mainly: green. Hex color #CDD45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD45A is #322BA5. Grayscale: #C4C4C4. Windows color (decimal): -3287974 or 5952717. OLE color: 5952717.
HSL color Cylindrical-coordinate representation of color #CDD45A: hue angle of 63.44º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDD45A is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 212 | 90 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.17 |
| HSL | 63.44º | 0.59% | 0.59% | - |
| HSV(B) | 63.44º | 0.58% | 0.83% | - |
| XYZ | 50.57 | 60.8 | 18.74 | - |
| YUV | 196 | 68.18 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 90 | 0.03 | 0 | 0.58 | 0.17 | 63.44 | 0.59 | 0.59 |
| Hex | CD | D4 | 5A | 3 | 0 | 3A | 11 | 3F | 3B | 3B |
| Octal | 315 | 324 | 132 | 3 | 0 | 72 | 21 | 77 | 73 | 73 |
| Binary | 11001101 | 11010100 | 1011010 | 11 | 0 | 111010 | 10001 | 111111 | 111011 | 111011 |
Color Harmonies of #CDD45A
Complementary color
Monochromatic Colors of #CDD45A
Black with #CDD45A
Text Example
Text Example
White with #CDD45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD45A; }
p { color: rgb(205,212,90); }
H1.HeaderClassName
{
color: #CDD45A;
}
.AnyTagClassName
{
color: #CDD45A;
}
</style>
background-color css
<style>
a { background-color: #CDD45A; }
a { background-color: rgb(205,212,90); }
div.DivClassName
{
background-color: #CDD45A;
}
.BgClassName
{
background-color: #CDD45A;
}
</style>
border-color css
<style>
span { border-color: #CDD45A; }
span { border-color: rgb(205,212,90); }
td.TdClassName
{
border-color: #CDD45A;
}
.TagClassName
{
border-color: #CDD45A;
}
</style>