Shades of Wild Willow #CDD25D
Tints of Wild Willow #CDD25D
RGB
CMYK
RGB Variations
Color information
#CDD25D (or 0xCDD25D) is known color: Wild Willow. HEX triplet: CD, D2 and 5D. RGB value is (205,210,93). Sum of RGB (Red+Green+Blue) = 205+210+93=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 210 (82.42% from 255 or 41.34% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD25D is #322DA2. Grayscale: #C3C3C3. Windows color (decimal): -3288483 or 6148813. OLE color: 6148813.
HSL color Cylindrical-coordinate representation of color #CDD25D: hue angle of 62.56º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDD25D is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 93 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.18 |
| HSL | 62.56º | 0.57% | 0.59% | - |
| HSV(B) | 62.56º | 0.56% | 0.82% | - |
| XYZ | 50.2 | 59.86 | 19.26 | - |
| YUV | 195.17 | 70.34 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 93 | 0.02 | 0 | 0.56 | 0.18 | 62.56 | 0.57 | 0.59 |
| Hex | CD | D2 | 5D | 2 | 0 | 38 | 12 | 3F | 39 | 3B |
| Octal | 315 | 322 | 135 | 2 | 0 | 70 | 22 | 77 | 71 | 73 |
| Binary | 11001101 | 11010010 | 1011101 | 10 | 0 | 111000 | 10010 | 111111 | 111001 | 111011 |
Color Harmonies of #CDD25D
Complementary color
Monochromatic Colors of #CDD25D
Black with #CDD25D
Text Example
Text Example
White with #CDD25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD25D; }
p { color: rgb(205,210,93); }
H1.HeaderClassName
{
color: #CDD25D;
}
.AnyTagClassName
{
color: #CDD25D;
}
</style>
background-color css
<style>
a { background-color: #CDD25D; }
a { background-color: rgb(205,210,93); }
div.DivClassName
{
background-color: #CDD25D;
}
.BgClassName
{
background-color: #CDD25D;
}
</style>
border-color css
<style>
span { border-color: #CDD25D; }
span { border-color: rgb(205,210,93); }
td.TdClassName
{
border-color: #CDD25D;
}
.TagClassName
{
border-color: #CDD25D;
}
</style>