Shades of Wild Willow #C6C25D
Tints of Wild Willow #C6C25D
RGB
CMYK
RGB Variations
Color information
#C6C25D (or 0xC6C25D) is known color: Wild Willow. HEX triplet: C6, C2 and 5D. RGB value is (198,194,93). Sum of RGB (Red+Green+Blue) = 198+194+93=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 194 (76.17% from 255 or 40% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C25D is #393DA2. Grayscale: #B8B8B8. Windows color (decimal): -3751331 or 6144710. OLE color: 6144710.
HSL color Cylindrical-coordinate representation of color #C6C25D: hue angle of 57.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C6C25D is Cyan = 0, Magento = 0.02, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 93 | - |
| CMYK | 0 | 0.02 | 0.53 | 0.22 |
| HSL | 57.71º | 0.48% | 0.57% | - |
| HSV(B) | 57.71º | 0.53% | 0.78% | - |
| XYZ | 44.56 | 51.38 | 17.92 | - |
| YUV | 183.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 93 | 0 | 0.02 | 0.53 | 0.22 | 57.71 | 0.48 | 0.57 |
| Hex | C6 | C2 | 5D | 0 | 2 | 35 | 16 | 3A | 30 | 39 |
| Octal | 306 | 302 | 135 | 0 | 2 | 65 | 26 | 72 | 60 | 71 |
| Binary | 11000110 | 11000010 | 1011101 | 0 | 10 | 110101 | 10110 | 111010 | 110000 | 111001 |
Color Harmonies of #C6C25D
Complementary color
Monochromatic Colors of #C6C25D
Black with #C6C25D
Text Example
Text Example
White with #C6C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C25D; }
p { color: rgb(198,194,93); }
H1.HeaderClassName
{
color: #C6C25D;
}
.AnyTagClassName
{
color: #C6C25D;
}
</style>
background-color css
<style>
a { background-color: #C6C25D; }
a { background-color: rgb(198,194,93); }
div.DivClassName
{
background-color: #C6C25D;
}
.BgClassName
{
background-color: #C6C25D;
}
</style>
border-color css
<style>
span { border-color: #C6C25D; }
span { border-color: rgb(198,194,93); }
td.TdClassName
{
border-color: #C6C25D;
}
.TagClassName
{
border-color: #C6C25D;
}
</style>