Shades of Wild Willow #C9DC64
Tints of Wild Willow #C9DC64
RGB
CMYK
RGB Variations
Color information
#C9DC64 (or 0xC9DC64) is known color: Wild Willow. HEX triplet: C9, DC and 64. RGB value is (201,220,100). Sum of RGB (Red+Green+Blue) = 201+220+100=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 100 (39.45% from 255 or 19.19% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DC64 is #36239B. Grayscale: #C9C9C9. Windows color (decimal): -3548060 or 6610121. OLE color: 6610121.
HSL color Cylindrical-coordinate representation of color #C9DC64: hue angle of 69.5º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C9DC64 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 220 | 100 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.14 |
| HSL | 69.5º | 0.63% | 0.63% | - |
| HSV(B) | 69.5º | 0.55% | 0.86% | - |
| XYZ | 51.98 | 64.52 | 21.77 | - |
| YUV | 200.64 | 71.21 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 220 | 100 | 0.09 | 0 | 0.55 | 0.14 | 69.5 | 0.63 | 0.63 |
| Hex | C9 | DC | 64 | 9 | 0 | 37 | E | 46 | 3F | 3F |
| Octal | 311 | 334 | 144 | 11 | 0 | 67 | 16 | 106 | 77 | 77 |
| Binary | 11001001 | 11011100 | 1100100 | 1001 | 0 | 110111 | 1110 | 1000110 | 111111 | 111111 |
Color Harmonies of #C9DC64
Complementary color
Monochromatic Colors of #C9DC64
Black with #C9DC64
Text Example
Text Example
White with #C9DC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DC64; }
p { color: rgb(201,220,100); }
H1.HeaderClassName
{
color: #C9DC64;
}
.AnyTagClassName
{
color: #C9DC64;
}
</style>
background-color css
<style>
a { background-color: #C9DC64; }
a { background-color: rgb(201,220,100); }
div.DivClassName
{
background-color: #C9DC64;
}
.BgClassName
{
background-color: #C9DC64;
}
</style>
border-color css
<style>
span { border-color: #C9DC64; }
span { border-color: rgb(201,220,100); }
td.TdClassName
{
border-color: #C9DC64;
}
.TagClassName
{
border-color: #C9DC64;
}
</style>