Shades of Wild Willow #C4DB63
Tints of Wild Willow #C4DB63
RGB
CMYK
RGB Variations
Color information
#C4DB63 (or 0xC4DB63) is known color: Wild Willow. HEX triplet: C4, DB and 63. RGB value is (196,219,99). Sum of RGB (Red+Green+Blue) = 196+219+99=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 99 (39.06% from 255 or 19.26% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DB63 is #3B249C. Grayscale: #C6C6C6. Windows color (decimal): -3875997 or 6544324. OLE color: 6544324.
HSL color Cylindrical-coordinate representation of color #C4DB63: hue angle of 71.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C4DB63 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 99 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.14 |
| HSL | 71.5º | 0.63% | 0.62% | - |
| HSV(B) | 71.5º | 0.55% | 0.86% | - |
| XYZ | 50.35 | 63.3 | 21.37 | - |
| YUV | 198.44 | 71.88 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 99 | 0.11 | 0 | 0.55 | 0.14 | 71.5 | 0.63 | 0.62 |
| Hex | C4 | DB | 63 | B | 0 | 37 | E | 48 | 3E | 3E |
| Octal | 304 | 333 | 143 | 13 | 0 | 67 | 16 | 110 | 76 | 76 |
| Binary | 11000100 | 11011011 | 1100011 | 1011 | 0 | 110111 | 1110 | 1001000 | 111110 | 111110 |
Color Harmonies of #C4DB63
Complementary color
Monochromatic Colors of #C4DB63
Black with #C4DB63
Text Example
Text Example
White with #C4DB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB63; }
p { color: rgb(196,219,99); }
H1.HeaderClassName
{
color: #C4DB63;
}
.AnyTagClassName
{
color: #C4DB63;
}
</style>
background-color css
<style>
a { background-color: #C4DB63; }
a { background-color: rgb(196,219,99); }
div.DivClassName
{
background-color: #C4DB63;
}
.BgClassName
{
background-color: #C4DB63;
}
</style>
border-color css
<style>
span { border-color: #C4DB63; }
span { border-color: rgb(196,219,99); }
td.TdClassName
{
border-color: #C4DB63;
}
.TagClassName
{
border-color: #C4DB63;
}
</style>