Shades of Wild Willow #C5C25D
Tints of Wild Willow #C5C25D
RGB
CMYK
RGB Variations
Color information
#C5C25D (or 0xC5C25D) is known color: Wild Willow. HEX triplet: C5, C2 and 5D. RGB value is (197,194,93). Sum of RGB (Red+Green+Blue) = 197+194+93=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C25D is #3A3DA2. Grayscale: #B7B7B7. Windows color (decimal): -3816867 or 6144709. OLE color: 6144709.
HSL color Cylindrical-coordinate representation of color #C5C25D: hue angle of 58.27º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5C25D is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 93 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.23 |
| HSL | 58.27º | 0.47% | 0.57% | - |
| HSV(B) | 58.27º | 0.53% | 0.77% | - |
| XYZ | 44.29 | 51.24 | 17.91 | - |
| YUV | 183.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 93 | 0 | 0.02 | 0.53 | 0.23 | 58.27 | 0.47 | 0.57 |
| Hex | C5 | C2 | 5D | 0 | 2 | 35 | 17 | 3A | 2F | 39 |
| Octal | 305 | 302 | 135 | 0 | 2 | 65 | 27 | 72 | 57 | 71 |
| Binary | 11000101 | 11000010 | 1011101 | 0 | 10 | 110101 | 10111 | 111010 | 101111 | 111001 |
Color Harmonies of #C5C25D
Complementary color
Monochromatic Colors of #C5C25D
Black with #C5C25D
Text Example
Text Example
White with #C5C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C25D; }
p { color: rgb(197,194,93); }
H1.HeaderClassName
{
color: #C5C25D;
}
.AnyTagClassName
{
color: #C5C25D;
}
</style>
background-color css
<style>
a { background-color: #C5C25D; }
a { background-color: rgb(197,194,93); }
div.DivClassName
{
background-color: #C5C25D;
}
.BgClassName
{
background-color: #C5C25D;
}
</style>
border-color css
<style>
span { border-color: #C5C25D; }
span { border-color: rgb(197,194,93); }
td.TdClassName
{
border-color: #C5C25D;
}
.TagClassName
{
border-color: #C5C25D;
}
</style>