Shades of Wild Willow #CDD350
Tints of Wild Willow #CDD350
RGB
CMYK
RGB Variations
Color information
#CDD350 (or 0xCDD350) is known color: Wild Willow. HEX triplet: CD, D3 and 50. RGB value is (205,211,80). Sum of RGB (Red+Green+Blue) = 205+211+80=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD350 is #322CAF. Grayscale: #C2C2C2. Windows color (decimal): -3288240 or 5297101. OLE color: 5297101.
HSL color Cylindrical-coordinate representation of color #CDD350: hue angle of 62.75º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDD350 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 80 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.17 |
| HSL | 62.75º | 0.6% | 0.57% | - |
| HSV(B) | 62.75º | 0.62% | 0.83% | - |
| XYZ | 49.92 | 60.15 | 16.57 | - |
| YUV | 194.27 | 63.51 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 80 | 0.03 | 0 | 0.62 | 0.17 | 62.75 | 0.6 | 0.57 |
| Hex | CD | D3 | 50 | 3 | 0 | 3E | 11 | 3F | 3C | 39 |
| Octal | 315 | 323 | 120 | 3 | 0 | 76 | 21 | 77 | 74 | 71 |
| Binary | 11001101 | 11010011 | 1010000 | 11 | 0 | 111110 | 10001 | 111111 | 111100 | 111001 |
Color Harmonies of #CDD350
Complementary color
Monochromatic Colors of #CDD350
Black with #CDD350
Text Example
Text Example
White with #CDD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD350; }
p { color: rgb(205,211,80); }
H1.HeaderClassName
{
color: #CDD350;
}
.AnyTagClassName
{
color: #CDD350;
}
</style>
background-color css
<style>
a { background-color: #CDD350; }
a { background-color: rgb(205,211,80); }
div.DivClassName
{
background-color: #CDD350;
}
.BgClassName
{
background-color: #CDD350;
}
</style>
border-color css
<style>
span { border-color: #CDD350; }
span { border-color: rgb(205,211,80); }
td.TdClassName
{
border-color: #CDD350;
}
.TagClassName
{
border-color: #CDD350;
}
</style>