Shades of Wild Willow #CDD551
Tints of Wild Willow #CDD551
RGB
CMYK
RGB Variations
Color information
#CDD551 (or 0xCDD551) is known color: Wild Willow. HEX triplet: CD, D5 and 51. RGB value is (205,213,81). Sum of RGB (Red+Green+Blue) = 205+213+81=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 213 (83.59% from 255 or 42.69% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD551 is #322AAE. Grayscale: #C4C4C4. Windows color (decimal): -3287727 or 5363149. OLE color: 5363149.
HSL color Cylindrical-coordinate representation of color #CDD551: hue angle of 63.64º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDD551 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 81 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.16 |
| HSL | 63.64º | 0.61% | 0.58% | - |
| HSV(B) | 63.64º | 0.62% | 0.84% | - |
| XYZ | 50.46 | 61.16 | 16.93 | - |
| YUV | 195.56 | 63.35 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 81 | 0.04 | 0 | 0.62 | 0.16 | 63.64 | 0.61 | 0.58 |
| Hex | CD | D5 | 51 | 4 | 0 | 3E | 10 | 40 | 3D | 3A |
| Octal | 315 | 325 | 121 | 4 | 0 | 76 | 20 | 100 | 75 | 72 |
| Binary | 11001101 | 11010101 | 1010001 | 100 | 0 | 111110 | 10000 | 1000000 | 111101 | 111010 |
Color Harmonies of #CDD551
Complementary color
Monochromatic Colors of #CDD551
Black with #CDD551
Text Example
Text Example
White with #CDD551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD551; }
p { color: rgb(205,213,81); }
H1.HeaderClassName
{
color: #CDD551;
}
.AnyTagClassName
{
color: #CDD551;
}
</style>
background-color css
<style>
a { background-color: #CDD551; }
a { background-color: rgb(205,213,81); }
div.DivClassName
{
background-color: #CDD551;
}
.BgClassName
{
background-color: #CDD551;
}
</style>
border-color css
<style>
span { border-color: #CDD551; }
span { border-color: rgb(205,213,81); }
td.TdClassName
{
border-color: #CDD551;
}
.TagClassName
{
border-color: #CDD551;
}
</style>