Shades of Wild Willow #C8C25D
Tints of Wild Willow #C8C25D
RGB
CMYK
RGB Variations
Color information
#C8C25D (or 0xC8C25D) is known color: Wild Willow. HEX triplet: C8, C2 and 5D. RGB value is (200,194,93). Sum of RGB (Red+Green+Blue) = 200+194+93=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 194 (76.17% from 255 or 39.84% from 487); Blue value is 93 (36.72% from 255 or 19.10% from 487); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C25D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C25D is #373DA2. Grayscale: #B8B8B8. Windows color (decimal): -3620259 or 6144712. OLE color: 6144712.
HSL color Cylindrical-coordinate representation of color #C8C25D: hue angle of 56.64º degrees, saturation: 0.49, 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 #C8C25D is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 194 | 93 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.22 |
| HSL | 56.64º | 0.49% | 0.57% | - |
| HSV(B) | 56.64º | 0.54% | 0.78% | - |
| XYZ | 45.09 | 51.65 | 17.95 | - |
| YUV | 184.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 194 | 93 | 0 | 0.03 | 0.54 | 0.22 | 56.64 | 0.49 | 0.57 |
| Hex | C8 | C2 | 5D | 0 | 3 | 36 | 16 | 39 | 31 | 39 |
| Octal | 310 | 302 | 135 | 0 | 3 | 66 | 26 | 71 | 61 | 71 |
| Binary | 11001000 | 11000010 | 1011101 | 0 | 11 | 110110 | 10110 | 111001 | 110001 | 111001 |
Color Harmonies of #C8C25D
Complementary color
Monochromatic Colors of #C8C25D
Black with #C8C25D
Text Example
Text Example
White with #C8C25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C25D; }
p { color: rgb(200,194,93); }
H1.HeaderClassName
{
color: #C8C25D;
}
.AnyTagClassName
{
color: #C8C25D;
}
</style>
background-color css
<style>
a { background-color: #C8C25D; }
a { background-color: rgb(200,194,93); }
div.DivClassName
{
background-color: #C8C25D;
}
.BgClassName
{
background-color: #C8C25D;
}
</style>
border-color css
<style>
span { border-color: #C8C25D; }
span { border-color: rgb(200,194,93); }
td.TdClassName
{
border-color: #C8C25D;
}
.TagClassName
{
border-color: #C8C25D;
}
</style>