Shades of Wild Willow #CDD95A
Tints of Wild Willow #CDD95A
RGB
CMYK
RGB Variations
Color information
#CDD95A (or 0xCDD95A) is known color: Wild Willow. HEX triplet: CD, D9 and 5A. RGB value is (205,217,90). Sum of RGB (Red+Green+Blue) = 205+217+90=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 217 (85.16% from 255 or 42.38% from 512); Blue value is 90 (35.55% from 255 or 17.58% from 512); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD95A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD95A is #3226A5. Grayscale: #C7C7C7. Windows color (decimal): -3286694 or 5953997. OLE color: 5953997.
HSL color Cylindrical-coordinate representation of color #CDD95A: hue angle of 65.67º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDD95A is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 90 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.15 |
| HSL | 65.67º | 0.63% | 0.6% | - |
| HSV(B) | 65.67º | 0.59% | 0.85% | - |
| XYZ | 51.84 | 63.34 | 19.17 | - |
| YUV | 198.93 | 66.52 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 90 | 0.06 | 0 | 0.59 | 0.15 | 65.67 | 0.63 | 0.6 |
| Hex | CD | D9 | 5A | 6 | 0 | 3B | F | 42 | 3F | 3C |
| Octal | 315 | 331 | 132 | 6 | 0 | 73 | 17 | 102 | 77 | 74 |
| Binary | 11001101 | 11011001 | 1011010 | 110 | 0 | 111011 | 1111 | 1000010 | 111111 | 111100 |
Color Harmonies of #CDD95A
Complementary color
Monochromatic Colors of #CDD95A
Black with #CDD95A
Text Example
Text Example
White with #CDD95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD95A; }
p { color: rgb(205,217,90); }
H1.HeaderClassName
{
color: #CDD95A;
}
.AnyTagClassName
{
color: #CDD95A;
}
</style>
background-color css
<style>
a { background-color: #CDD95A; }
a { background-color: rgb(205,217,90); }
div.DivClassName
{
background-color: #CDD95A;
}
.BgClassName
{
background-color: #CDD95A;
}
</style>
border-color css
<style>
span { border-color: #CDD95A; }
span { border-color: rgb(205,217,90); }
td.TdClassName
{
border-color: #CDD95A;
}
.TagClassName
{
border-color: #CDD95A;
}
</style>