Shades of Wild Willow #CDDD5A
Tints of Wild Willow #CDDD5A
RGB
CMYK
RGB Variations
Color information
#CDDD5A (or 0xCDDD5A) is known color: Wild Willow. HEX triplet: CD, DD and 5A. RGB value is (205,221,90). Sum of RGB (Red+Green+Blue) = 205+221+90=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 221 (86.72% from 255 or 42.83% from 516); Blue value is 90 (35.55% from 255 or 17.44% from 516); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD5A is #3222A5. Grayscale: #C9C9C9. Windows color (decimal): -3285670 or 5955021. OLE color: 5955021.
HSL color Cylindrical-coordinate representation of color #CDDD5A: hue angle of 67.33º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDDD5A is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 90 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.13 |
| HSL | 67.33º | 0.66% | 0.61% | - |
| HSV(B) | 67.33º | 0.59% | 0.87% | - |
| XYZ | 52.88 | 65.43 | 19.52 | - |
| YUV | 201.28 | 65.2 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 90 | 0.07 | 0 | 0.59 | 0.13 | 67.33 | 0.66 | 0.61 |
| Hex | CD | DD | 5A | 7 | 0 | 3B | D | 43 | 42 | 3D |
| Octal | 315 | 335 | 132 | 7 | 0 | 73 | 15 | 103 | 102 | 75 |
| Binary | 11001101 | 11011101 | 1011010 | 111 | 0 | 111011 | 1101 | 1000011 | 1000010 | 111101 |
Color Harmonies of #CDDD5A
Complementary color
Monochromatic Colors of #CDDD5A
Black with #CDDD5A
Text Example
Text Example
White with #CDDD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD5A; }
p { color: rgb(205,221,90); }
H1.HeaderClassName
{
color: #CDDD5A;
}
.AnyTagClassName
{
color: #CDDD5A;
}
</style>
background-color css
<style>
a { background-color: #CDDD5A; }
a { background-color: rgb(205,221,90); }
div.DivClassName
{
background-color: #CDDD5A;
}
.BgClassName
{
background-color: #CDDD5A;
}
</style>
border-color css
<style>
span { border-color: #CDDD5A; }
span { border-color: rgb(205,221,90); }
td.TdClassName
{
border-color: #CDDD5A;
}
.TagClassName
{
border-color: #CDDD5A;
}
</style>