Shades of Wild Willow #CDD058
Tints of Wild Willow #CDD058
RGB
CMYK
RGB Variations
Color information
#CDD058 (or 0xCDD058) is known color: Wild Willow. HEX triplet: CD, D0 and 58. RGB value is (205,208,88). Sum of RGB (Red+Green+Blue) = 205+208+88=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 88 (34.77% from 255 or 17.56% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD058 is #322FA7. Grayscale: #C1C1C1. Windows color (decimal): -3289000 or 5820621. OLE color: 5820621.
HSL color Cylindrical-coordinate representation of color #CDD058: hue angle of 61.5º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDD058 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 88 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.18 |
| HSL | 61.5º | 0.56% | 0.58% | - |
| HSV(B) | 61.5º | 0.58% | 0.82% | - |
| XYZ | 49.49 | 58.8 | 17.97 | - |
| YUV | 193.42 | 68.51 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 88 | 0.01 | 0 | 0.58 | 0.18 | 61.5 | 0.56 | 0.58 |
| Hex | CD | D0 | 58 | 1 | 0 | 3A | 12 | 3E | 38 | 3A |
| Octal | 315 | 320 | 130 | 1 | 0 | 72 | 22 | 76 | 70 | 72 |
| Binary | 11001101 | 11010000 | 1011000 | 1 | 0 | 111010 | 10010 | 111110 | 111000 | 111010 |
Color Harmonies of #CDD058
Complementary color
Monochromatic Colors of #CDD058
Black with #CDD058
Text Example
Text Example
White with #CDD058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD058; }
p { color: rgb(205,208,88); }
H1.HeaderClassName
{
color: #CDD058;
}
.AnyTagClassName
{
color: #CDD058;
}
</style>
background-color css
<style>
a { background-color: #CDD058; }
a { background-color: rgb(205,208,88); }
div.DivClassName
{
background-color: #CDD058;
}
.BgClassName
{
background-color: #CDD058;
}
</style>
border-color css
<style>
span { border-color: #CDD058; }
span { border-color: rgb(205,208,88); }
td.TdClassName
{
border-color: #CDD058;
}
.TagClassName
{
border-color: #CDD058;
}
</style>