Shades of Wild Willow #CDD05F
Tints of Wild Willow #CDD05F
RGB
CMYK
RGB Variations
Color information
#CDD05F (or 0xCDD05F) is known color: Wild Willow. HEX triplet: CD, D0 and 5F. RGB value is (205,208,95). Sum of RGB (Red+Green+Blue) = 205+208+95=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 95 (37.5% from 255 or 18.70% from 508); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD05F is #322FA0. Grayscale: #C2C2C2. Windows color (decimal): -3288993 or 6279373. OLE color: 6279373.
HSL color Cylindrical-coordinate representation of color #CDD05F: hue angle of 61.59º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CDD05F is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 95 | - |
| CMYK | 0.01 | 0 | 0.54 | 0.18 |
| HSL | 61.59º | 0.55% | 0.59% | - |
| HSV(B) | 61.59º | 0.54% | 0.82% | - |
| XYZ | 49.8 | 58.92 | 19.57 | - |
| YUV | 194.22 | 72.01 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 95 | 0.01 | 0 | 0.54 | 0.18 | 61.59 | 0.55 | 0.59 |
| Hex | CD | D0 | 5F | 1 | 0 | 36 | 12 | 3E | 37 | 3B |
| Octal | 315 | 320 | 137 | 1 | 0 | 66 | 22 | 76 | 67 | 73 |
| Binary | 11001101 | 11010000 | 1011111 | 1 | 0 | 110110 | 10010 | 111110 | 110111 | 111011 |
Color Harmonies of #CDD05F
Complementary color
Monochromatic Colors of #CDD05F
Black with #CDD05F
Text Example
Text Example
White with #CDD05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD05F; }
p { color: rgb(205,208,95); }
H1.HeaderClassName
{
color: #CDD05F;
}
.AnyTagClassName
{
color: #CDD05F;
}
</style>
background-color css
<style>
a { background-color: #CDD05F; }
a { background-color: rgb(205,208,95); }
div.DivClassName
{
background-color: #CDD05F;
}
.BgClassName
{
background-color: #CDD05F;
}
</style>
border-color css
<style>
span { border-color: #CDD05F; }
span { border-color: rgb(205,208,95); }
td.TdClassName
{
border-color: #CDD05F;
}
.TagClassName
{
border-color: #CDD05F;
}
</style>