Shades of Wild Willow #CDD15F
Tints of Wild Willow #CDD15F
RGB
CMYK
RGB Variations
Color information
#CDD15F (or 0xCDD15F) is known color: Wild Willow. HEX triplet: CD, D1 and 5F. RGB value is (205,209,95). Sum of RGB (Red+Green+Blue) = 205+209+95=509 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.28% from 509); Green value is 209 (82.03% from 255 or 41.06% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD15F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD15F is #322EA0. Grayscale: #C3C3C3. Windows color (decimal): -3288737 or 6279629. OLE color: 6279629.
HSL color Cylindrical-coordinate representation of color #CDD15F: hue angle of 62.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CDD15F is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 95 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.18 |
| HSL | 62.11º | 0.55% | 0.6% | - |
| HSV(B) | 62.11º | 0.55% | 0.82% | - |
| XYZ | 50.04 | 59.41 | 19.66 | - |
| YUV | 194.81 | 71.67 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 95 | 0.02 | 0 | 0.55 | 0.18 | 62.11 | 0.55 | 0.6 |
| Hex | CD | D1 | 5F | 2 | 0 | 37 | 12 | 3E | 37 | 3C |
| Octal | 315 | 321 | 137 | 2 | 0 | 67 | 22 | 76 | 67 | 74 |
| Binary | 11001101 | 11010001 | 1011111 | 10 | 0 | 110111 | 10010 | 111110 | 110111 | 111100 |
Color Harmonies of #CDD15F
Complementary color
Monochromatic Colors of #CDD15F
Black with #CDD15F
Text Example
Text Example
White with #CDD15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD15F; }
p { color: rgb(205,209,95); }
H1.HeaderClassName
{
color: #CDD15F;
}
.AnyTagClassName
{
color: #CDD15F;
}
</style>
background-color css
<style>
a { background-color: #CDD15F; }
a { background-color: rgb(205,209,95); }
div.DivClassName
{
background-color: #CDD15F;
}
.BgClassName
{
background-color: #CDD15F;
}
</style>
border-color css
<style>
span { border-color: #CDD15F; }
span { border-color: rgb(205,209,95); }
td.TdClassName
{
border-color: #CDD15F;
}
.TagClassName
{
border-color: #CDD15F;
}
</style>