Shades of Wild Willow #C9C554
Tints of Wild Willow #C9C554
RGB
CMYK
RGB Variations
Color information
#C9C554 (or 0xC9C554) is known color: Wild Willow. HEX triplet: C9, C5 and 54. RGB value is (201,197,84). Sum of RGB (Red+Green+Blue) = 201+197+84=482 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.70% from 482); Green value is 197 (77.34% from 255 or 40.87% from 482); Blue value is 84 (33.20% from 255 or 17.43% from 482); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C554 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9C554 is #363AAB. Grayscale: #B9B9B9. Windows color (decimal): -3553964 or 5555657. OLE color: 5555657.
HSL color Cylindrical-coordinate representation of color #C9C554: hue angle of 57.95º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9C554 is Cyan = 0, Magento = 0.02, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 197 | 84 | - |
| CMYK | 0 | 0.02 | 0.58 | 0.21 |
| HSL | 57.95º | 0.52% | 0.56% | - |
| HSV(B) | 57.95º | 0.58% | 0.79% | - |
| XYZ | 45.65 | 52.99 | 16.21 | - |
| YUV | 185.31 | 70.83 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 197 | 84 | 0 | 0.02 | 0.58 | 0.21 | 57.95 | 0.52 | 0.56 |
| Hex | C9 | C5 | 54 | 0 | 2 | 3A | 15 | 3A | 34 | 38 |
| Octal | 311 | 305 | 124 | 0 | 2 | 72 | 25 | 72 | 64 | 70 |
| Binary | 11001001 | 11000101 | 1010100 | 0 | 10 | 111010 | 10101 | 111010 | 110100 | 111000 |
Color Harmonies of #C9C554
Complementary color
Monochromatic Colors of #C9C554
Black with #C9C554
Text Example
Text Example
White with #C9C554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C554; }
p { color: rgb(201,197,84); }
H1.HeaderClassName
{
color: #C9C554;
}
.AnyTagClassName
{
color: #C9C554;
}
</style>
background-color css
<style>
a { background-color: #C9C554; }
a { background-color: rgb(201,197,84); }
div.DivClassName
{
background-color: #C9C554;
}
.BgClassName
{
background-color: #C9C554;
}
</style>
border-color css
<style>
span { border-color: #C9C554; }
span { border-color: rgb(201,197,84); }
td.TdClassName
{
border-color: #C9C554;
}
.TagClassName
{
border-color: #C9C554;
}
</style>