Shades of Wild Willow #CDD158
Tints of Wild Willow #CDD158
RGB
CMYK
RGB Variations
Color information
#CDD158 (or 0xCDD158) is known color: Wild Willow. HEX triplet: CD, D1 and 58. RGB value is (205,209,88). Sum of RGB (Red+Green+Blue) = 205+209+88=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 209 (82.03% from 255 or 41.63% from 502); Blue value is 88 (34.77% from 255 or 17.53% from 502); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD158 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD158 is #322EA7. Grayscale: #C2C2C2. Windows color (decimal): -3288744 or 5820877. OLE color: 5820877.
HSL color Cylindrical-coordinate representation of color #CDD158: hue angle of 61.98º degrees, saturation: 0.57, 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 #CDD158 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 88 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.18 |
| HSL | 61.98º | 0.57% | 0.58% | - |
| HSV(B) | 61.98º | 0.58% | 0.82% | - |
| XYZ | 49.74 | 59.28 | 18.05 | - |
| YUV | 194.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 88 | 0.02 | 0 | 0.58 | 0.18 | 61.98 | 0.57 | 0.58 |
| Hex | CD | D1 | 58 | 2 | 0 | 3A | 12 | 3E | 39 | 3A |
| Octal | 315 | 321 | 130 | 2 | 0 | 72 | 22 | 76 | 71 | 72 |
| Binary | 11001101 | 11010001 | 1011000 | 10 | 0 | 111010 | 10010 | 111110 | 111001 | 111010 |
Color Harmonies of #CDD158
Complementary color
Monochromatic Colors of #CDD158
Black with #CDD158
Text Example
Text Example
White with #CDD158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD158; }
p { color: rgb(205,209,88); }
H1.HeaderClassName
{
color: #CDD158;
}
.AnyTagClassName
{
color: #CDD158;
}
</style>
background-color css
<style>
a { background-color: #CDD158; }
a { background-color: rgb(205,209,88); }
div.DivClassName
{
background-color: #CDD158;
}
.BgClassName
{
background-color: #CDD158;
}
</style>
border-color css
<style>
span { border-color: #CDD158; }
span { border-color: rgb(205,209,88); }
td.TdClassName
{
border-color: #CDD158;
}
.TagClassName
{
border-color: #CDD158;
}
</style>