Shades of Wild Willow #CDD558
Tints of Wild Willow #CDD558
RGB
CMYK
RGB Variations
Color information
#CDD558 (or 0xCDD558) is known color: Wild Willow. HEX triplet: CD, D5 and 58. RGB value is (205,213,88). Sum of RGB (Red+Green+Blue) = 205+213+88=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD558 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD558 is #322AA7. Grayscale: #C4C4C4. Windows color (decimal): -3287720 or 5821901. OLE color: 5821901.
HSL color Cylindrical-coordinate representation of color #CDD558: hue angle of 63.84º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDD558 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 88 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.16 |
| HSL | 63.84º | 0.6% | 0.59% | - |
| HSV(B) | 63.84º | 0.59% | 0.84% | - |
| XYZ | 50.73 | 61.27 | 18.39 | - |
| YUV | 196.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 88 | 0.04 | 0 | 0.59 | 0.16 | 63.84 | 0.6 | 0.59 |
| Hex | CD | D5 | 58 | 4 | 0 | 3B | 10 | 40 | 3C | 3B |
| Octal | 315 | 325 | 130 | 4 | 0 | 73 | 20 | 100 | 74 | 73 |
| Binary | 11001101 | 11010101 | 1011000 | 100 | 0 | 111011 | 10000 | 1000000 | 111100 | 111011 |
Color Harmonies of #CDD558
Complementary color
Monochromatic Colors of #CDD558
Black with #CDD558
Text Example
Text Example
White with #CDD558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD558; }
p { color: rgb(205,213,88); }
H1.HeaderClassName
{
color: #CDD558;
}
.AnyTagClassName
{
color: #CDD558;
}
</style>
background-color css
<style>
a { background-color: #CDD558; }
a { background-color: rgb(205,213,88); }
div.DivClassName
{
background-color: #CDD558;
}
.BgClassName
{
background-color: #CDD558;
}
</style>
border-color css
<style>
span { border-color: #CDD558; }
span { border-color: rgb(205,213,88); }
td.TdClassName
{
border-color: #CDD558;
}
.TagClassName
{
border-color: #CDD558;
}
</style>