Shades of Wild Willow #C8C65D
Tints of Wild Willow #C8C65D
RGB
CMYK
RGB Variations
Color information
#C8C65D (or 0xC8C65D) is known color: Wild Willow. HEX triplet: C8, C6 and 5D. RGB value is (200,198,93). Sum of RGB (Red+Green+Blue) = 200+198+93=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 198 (77.73% from 255 or 40.33% from 491); Blue value is 93 (36.72% from 255 or 18.94% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C65D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C65D is #3739A2. Grayscale: #BBBBBB. Windows color (decimal): -3619235 or 6145736. OLE color: 6145736.
HSL color Cylindrical-coordinate representation of color #C8C65D: hue angle of 58.88º 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 #C8C65D is Cyan = 0, Magento = 0.01, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 198 | 93 | - |
| CMYK | 0 | 0.01 | 0.54 | 0.22 |
| HSL | 58.88º | 0.49% | 0.57% | - |
| HSV(B) | 58.88º | 0.54% | 0.78% | - |
| XYZ | 45.99 | 53.46 | 18.25 | - |
| YUV | 186.63 | 75.16 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 198 | 93 | 0 | 0.01 | 0.54 | 0.22 | 58.88 | 0.49 | 0.57 |
| Hex | C8 | C6 | 5D | 0 | 1 | 36 | 16 | 3B | 31 | 39 |
| Octal | 310 | 306 | 135 | 0 | 1 | 66 | 26 | 73 | 61 | 71 |
| Binary | 11001000 | 11000110 | 1011101 | 0 | 1 | 110110 | 10110 | 111011 | 110001 | 111001 |
Color Harmonies of #C8C65D
Complementary color
Monochromatic Colors of #C8C65D
Black with #C8C65D
Text Example
Text Example
White with #C8C65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C65D; }
p { color: rgb(200,198,93); }
H1.HeaderClassName
{
color: #C8C65D;
}
.AnyTagClassName
{
color: #C8C65D;
}
</style>
background-color css
<style>
a { background-color: #C8C65D; }
a { background-color: rgb(200,198,93); }
div.DivClassName
{
background-color: #C8C65D;
}
.BgClassName
{
background-color: #C8C65D;
}
</style>
border-color css
<style>
span { border-color: #C8C65D; }
span { border-color: rgb(200,198,93); }
td.TdClassName
{
border-color: #C8C65D;
}
.TagClassName
{
border-color: #C8C65D;
}
</style>