Shades of Wild Willow #C9C65E
Tints of Wild Willow #C9C65E
RGB
CMYK
RGB Variations
Color information
#C9C65E (or 0xC9C65E) is known color: Wild Willow. HEX triplet: C9, C6 and 5E. RGB value is (201,198,94). Sum of RGB (Red+Green+Blue) = 201+198+94=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C65E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C65E is #3639A1. Grayscale: #BBBBBB. Windows color (decimal): -3553698 or 6211273. OLE color: 6211273.
HSL color Cylindrical-coordinate representation of color #C9C65E: hue angle of 58.32º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9C65E is Cyan = 0, Magento = 0.01, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 198 | 94 | - |
| CMYK | 0 | 0.01 | 0.53 | 0.21 |
| HSL | 58.32º | 0.5% | 0.58% | - |
| HSV(B) | 58.32º | 0.53% | 0.79% | - |
| XYZ | 46.3 | 53.61 | 18.5 | - |
| YUV | 187.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 198 | 94 | 0 | 0.01 | 0.53 | 0.21 | 58.32 | 0.5 | 0.58 |
| Hex | C9 | C6 | 5E | 0 | 1 | 35 | 15 | 3A | 32 | 3A |
| Octal | 311 | 306 | 136 | 0 | 1 | 65 | 25 | 72 | 62 | 72 |
| Binary | 11001001 | 11000110 | 1011110 | 0 | 1 | 110101 | 10101 | 111010 | 110010 | 111010 |
Color Harmonies of #C9C65E
Complementary color
Monochromatic Colors of #C9C65E
Black with #C9C65E
Text Example
Text Example
White with #C9C65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C65E; }
p { color: rgb(201,198,94); }
H1.HeaderClassName
{
color: #C9C65E;
}
.AnyTagClassName
{
color: #C9C65E;
}
</style>
background-color css
<style>
a { background-color: #C9C65E; }
a { background-color: rgb(201,198,94); }
div.DivClassName
{
background-color: #C9C65E;
}
.BgClassName
{
background-color: #C9C65E;
}
</style>
border-color css
<style>
span { border-color: #C9C65E; }
span { border-color: rgb(201,198,94); }
td.TdClassName
{
border-color: #C9C65E;
}
.TagClassName
{
border-color: #C9C65E;
}
</style>