Shades of Wild Willow #CDD755
Tints of Wild Willow #CDD755
RGB
CMYK
RGB Variations
Color information
#CDD755 (or 0xCDD755) is known color: Wild Willow. HEX triplet: CD, D7 and 55. RGB value is (205,215,85). Sum of RGB (Red+Green+Blue) = 205+215+85=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 85 (33.59% from 255 or 16.83% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD755 is #3228AA. Grayscale: #C5C5C5. Windows color (decimal): -3287211 or 5625805. OLE color: 5625805.
HSL color Cylindrical-coordinate representation of color #CDD755: hue angle of 64.62º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDD755 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 85 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.16 |
| HSL | 64.62º | 0.62% | 0.59% | - |
| HSV(B) | 64.62º | 0.6% | 0.84% | - |
| XYZ | 51.12 | 62.24 | 17.91 | - |
| YUV | 197.19 | 64.69 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 85 | 0.05 | 0 | 0.60 | 0.16 | 64.62 | 0.62 | 0.59 |
| Hex | CD | D7 | 55 | 5 | 0 | 3C | 10 | 41 | 3E | 3B |
| Octal | 315 | 327 | 125 | 5 | 0 | 74 | 20 | 101 | 76 | 73 |
| Binary | 11001101 | 11010111 | 1010101 | 101 | 0 | 111100 | 10000 | 1000001 | 111110 | 111011 |
Color Harmonies of #CDD755
Complementary color
Monochromatic Colors of #CDD755
Black with #CDD755
Text Example
Text Example
White with #CDD755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD755; }
p { color: rgb(205,215,85); }
H1.HeaderClassName
{
color: #CDD755;
}
.AnyTagClassName
{
color: #CDD755;
}
</style>
background-color css
<style>
a { background-color: #CDD755; }
a { background-color: rgb(205,215,85); }
div.DivClassName
{
background-color: #CDD755;
}
.BgClassName
{
background-color: #CDD755;
}
</style>
border-color css
<style>
span { border-color: #CDD755; }
span { border-color: rgb(205,215,85); }
td.TdClassName
{
border-color: #CDD755;
}
.TagClassName
{
border-color: #CDD755;
}
</style>