Shades of Wild Willow #C8D553
Tints of Wild Willow #C8D553
RGB
CMYK
RGB Variations
Color information
#C8D553 (or 0xC8D553) is known color: Wild Willow. HEX triplet: C8, D5 and 53. RGB value is (200,213,83). Sum of RGB (Red+Green+Blue) = 200+213+83=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 83 (32.81% from 255 or 16.73% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #C8D553 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D553 is #372AAC. Grayscale: #C2C2C2. Windows color (decimal): -3615405 or 5494216. OLE color: 5494216.
HSL color Cylindrical-coordinate representation of color #C8D553: hue angle of 66º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8D553 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 213 | 83 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.16 |
| HSL | 66º | 0.61% | 0.58% | - |
| HSV(B) | 66º | 0.61% | 0.84% | - |
| XYZ | 49.18 | 60.49 | 17.27 | - |
| YUV | 194.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 213 | 83 | 0.06 | 0 | 0.61 | 0.16 | 66 | 0.61 | 0.58 |
| Hex | C8 | D5 | 53 | 6 | 0 | 3D | 10 | 42 | 3D | 3A |
| Octal | 310 | 325 | 123 | 6 | 0 | 75 | 20 | 102 | 75 | 72 |
| Binary | 11001000 | 11010101 | 1010011 | 110 | 0 | 111101 | 10000 | 1000010 | 111101 | 111010 |
Color Harmonies of #C8D553
Complementary color
Monochromatic Colors of #C8D553
Black with #C8D553
Text Example
Text Example
White with #C8D553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D553; }
p { color: rgb(200,213,83); }
H1.HeaderClassName
{
color: #C8D553;
}
.AnyTagClassName
{
color: #C8D553;
}
</style>
background-color css
<style>
a { background-color: #C8D553; }
a { background-color: rgb(200,213,83); }
div.DivClassName
{
background-color: #C8D553;
}
.BgClassName
{
background-color: #C8D553;
}
</style>
border-color css
<style>
span { border-color: #C8D553; }
span { border-color: rgb(200,213,83); }
td.TdClassName
{
border-color: #C8D553;
}
.TagClassName
{
border-color: #C8D553;
}
</style>