Shades of Wild Willow #C9D965
Tints of Wild Willow #C9D965
RGB
CMYK
RGB Variations
Color information
#C9D965 (or 0xC9D965) is known color: Wild Willow. HEX triplet: C9, D9 and 65. RGB value is (201,217,101). Sum of RGB (Red+Green+Blue) = 201+217+101=519 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.73% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 101 (39.84% from 255 or 19.46% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D965 is #36269A. Grayscale: #C7C7C7. Windows color (decimal): -3548827 or 6674889. OLE color: 6674889.
HSL color Cylindrical-coordinate representation of color #C9D965: hue angle of 68.28º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9D965 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 217 | 101 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.15 |
| HSL | 68.28º | 0.6% | 0.62% | - |
| HSV(B) | 68.28º | 0.53% | 0.85% | - |
| XYZ | 51.25 | 62.98 | 21.77 | - |
| YUV | 198.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 217 | 101 | 0.07 | 0 | 0.53 | 0.15 | 68.28 | 0.6 | 0.62 |
| Hex | C9 | D9 | 65 | 7 | 0 | 35 | F | 44 | 3C | 3E |
| Octal | 311 | 331 | 145 | 7 | 0 | 65 | 17 | 104 | 74 | 76 |
| Binary | 11001001 | 11011001 | 1100101 | 111 | 0 | 110101 | 1111 | 1000100 | 111100 | 111110 |
Color Harmonies of #C9D965
Complementary color
Monochromatic Colors of #C9D965
Black with #C9D965
Text Example
Text Example
White with #C9D965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D965; }
p { color: rgb(201,217,101); }
H1.HeaderClassName
{
color: #C9D965;
}
.AnyTagClassName
{
color: #C9D965;
}
</style>
background-color css
<style>
a { background-color: #C9D965; }
a { background-color: rgb(201,217,101); }
div.DivClassName
{
background-color: #C9D965;
}
.BgClassName
{
background-color: #C9D965;
}
</style>
border-color css
<style>
span { border-color: #C9D965; }
span { border-color: rgb(201,217,101); }
td.TdClassName
{
border-color: #C9D965;
}
.TagClassName
{
border-color: #C9D965;
}
</style>