Shades of Wild Willow #CDD35F
Tints of Wild Willow #CDD35F
RGB
CMYK
RGB Variations
Color information
#CDD35F (or 0xCDD35F) is known color: Wild Willow. HEX triplet: CD, D3 and 5F. RGB value is (205,211,95). Sum of RGB (Red+Green+Blue) = 205+211+95=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 95 (37.5% from 255 or 18.59% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD35F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD35F is #322CA0. Grayscale: #C4C4C4. Windows color (decimal): -3288225 or 6280141. OLE color: 6280141.
HSL color Cylindrical-coordinate representation of color #CDD35F: hue angle of 63.1º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDD35F is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 95 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.17 |
| HSL | 63.1º | 0.57% | 0.6% | - |
| HSV(B) | 63.1º | 0.55% | 0.83% | - |
| XYZ | 50.54 | 60.39 | 19.82 | - |
| YUV | 195.98 | 71.01 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 95 | 0.03 | 0 | 0.55 | 0.17 | 63.1 | 0.57 | 0.6 |
| Hex | CD | D3 | 5F | 3 | 0 | 37 | 11 | 3F | 39 | 3C |
| Octal | 315 | 323 | 137 | 3 | 0 | 67 | 21 | 77 | 71 | 74 |
| Binary | 11001101 | 11010011 | 1011111 | 11 | 0 | 110111 | 10001 | 111111 | 111001 | 111100 |
Color Harmonies of #CDD35F
Complementary color
Monochromatic Colors of #CDD35F
Black with #CDD35F
Text Example
Text Example
White with #CDD35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD35F; }
p { color: rgb(205,211,95); }
H1.HeaderClassName
{
color: #CDD35F;
}
.AnyTagClassName
{
color: #CDD35F;
}
</style>
background-color css
<style>
a { background-color: #CDD35F; }
a { background-color: rgb(205,211,95); }
div.DivClassName
{
background-color: #CDD35F;
}
.BgClassName
{
background-color: #CDD35F;
}
</style>
border-color css
<style>
span { border-color: #CDD35F; }
span { border-color: rgb(205,211,95); }
td.TdClassName
{
border-color: #CDD35F;
}
.TagClassName
{
border-color: #CDD35F;
}
</style>