Shades of Wild Willow #CDD950
Tints of Wild Willow #CDD950
RGB
CMYK
RGB Variations
Color information
#CDD950 (or 0xCDD950) is known color: Wild Willow. HEX triplet: CD, D9 and 50. RGB value is (205,217,80). Sum of RGB (Red+Green+Blue) = 205+217+80=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 217 (85.16% from 255 or 43.23% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD950 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD950 is #3226AF. Grayscale: #C6C6C6. Windows color (decimal): -3286704 or 5298637. OLE color: 5298637.
HSL color Cylindrical-coordinate representation of color #CDD950: hue angle of 65.26º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDD950 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 80 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.15 |
| HSL | 65.26º | 0.64% | 0.58% | - |
| HSV(B) | 65.26º | 0.63% | 0.85% | - |
| XYZ | 51.44 | 63.18 | 17.07 | - |
| YUV | 197.79 | 61.52 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 80 | 0.06 | 0 | 0.63 | 0.15 | 65.26 | 0.64 | 0.58 |
| Hex | CD | D9 | 50 | 6 | 0 | 3F | F | 41 | 40 | 3A |
| Octal | 315 | 331 | 120 | 6 | 0 | 77 | 17 | 101 | 100 | 72 |
| Binary | 11001101 | 11011001 | 1010000 | 110 | 0 | 111111 | 1111 | 1000001 | 1000000 | 111010 |
Color Harmonies of #CDD950
Complementary color
Monochromatic Colors of #CDD950
Black with #CDD950
Text Example
Text Example
White with #CDD950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD950; }
p { color: rgb(205,217,80); }
H1.HeaderClassName
{
color: #CDD950;
}
.AnyTagClassName
{
color: #CDD950;
}
</style>
background-color css
<style>
a { background-color: #CDD950; }
a { background-color: rgb(205,217,80); }
div.DivClassName
{
background-color: #CDD950;
}
.BgClassName
{
background-color: #CDD950;
}
</style>
border-color css
<style>
span { border-color: #CDD950; }
span { border-color: rgb(205,217,80); }
td.TdClassName
{
border-color: #CDD950;
}
.TagClassName
{
border-color: #CDD950;
}
</style>