Shades of Wild Willow #C5C15D
Tints of Wild Willow #C5C15D
RGB
CMYK
RGB Variations
Color information
#C5C15D (or 0xC5C15D) is known color: Wild Willow. HEX triplet: C5, C1 and 5D. RGB value is (197,193,93). Sum of RGB (Red+Green+Blue) = 197+193+93=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 93 (36.72% from 255 or 19.25% from 483); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C15D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C15D is #3A3EA2. Grayscale: #B7B7B7. Windows color (decimal): -3817123 or 6144453. OLE color: 6144453.
HSL color Cylindrical-coordinate representation of color #C5C15D: hue angle of 57.69º 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 #C5C15D is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 93 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.23 |
| HSL | 57.69º | 0.47% | 0.57% | - |
| HSV(B) | 57.69º | 0.53% | 0.77% | - |
| XYZ | 44.07 | 50.8 | 17.84 | - |
| YUV | 182.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 93 | 0 | 0.02 | 0.53 | 0.23 | 57.69 | 0.47 | 0.57 |
| Hex | C5 | C1 | 5D | 0 | 2 | 35 | 17 | 3A | 2F | 39 |
| Octal | 305 | 301 | 135 | 0 | 2 | 65 | 27 | 72 | 57 | 71 |
| Binary | 11000101 | 11000001 | 1011101 | 0 | 10 | 110101 | 10111 | 111010 | 101111 | 111001 |
Color Harmonies of #C5C15D
Complementary color
Monochromatic Colors of #C5C15D
Black with #C5C15D
Text Example
Text Example
White with #C5C15D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C15D; }
p { color: rgb(197,193,93); }
H1.HeaderClassName
{
color: #C5C15D;
}
.AnyTagClassName
{
color: #C5C15D;
}
</style>
background-color css
<style>
a { background-color: #C5C15D; }
a { background-color: rgb(197,193,93); }
div.DivClassName
{
background-color: #C5C15D;
}
.BgClassName
{
background-color: #C5C15D;
}
</style>
border-color css
<style>
span { border-color: #C5C15D; }
span { border-color: rgb(197,193,93); }
td.TdClassName
{
border-color: #C5C15D;
}
.TagClassName
{
border-color: #C5C15D;
}
</style>