Shades of Wild Willow #CADB63
Tints of Wild Willow #CADB63
RGB
CMYK
RGB Variations
Color information
#CADB63 (or 0xCADB63) is known color: Wild Willow. HEX triplet: CA, DB and 63. RGB value is (202,219,99). Sum of RGB (Red+Green+Blue) = 202+219+99=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB63 is #35249C. Grayscale: #C8C8C8. Windows color (decimal): -3482781 or 6544330. OLE color: 6544330.
HSL color Cylindrical-coordinate representation of color #CADB63: hue angle of 68.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 #CADB63 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 99 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.14 |
| HSL | 68.5º | 0.63% | 0.62% | - |
| HSV(B) | 68.5º | 0.55% | 0.86% | - |
| XYZ | 51.94 | 64.12 | 21.44 | - |
| YUV | 200.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 99 | 0.08 | 0 | 0.55 | 0.14 | 68.5 | 0.63 | 0.62 |
| Hex | CA | DB | 63 | 8 | 0 | 37 | E | 44 | 3E | 3E |
| Octal | 312 | 333 | 143 | 10 | 0 | 67 | 16 | 104 | 76 | 76 |
| Binary | 11001010 | 11011011 | 1100011 | 1000 | 0 | 110111 | 1110 | 1000100 | 111110 | 111110 |
Color Harmonies of #CADB63
Complementary color
Monochromatic Colors of #CADB63
Black with #CADB63
Text Example
Text Example
White with #CADB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB63; }
p { color: rgb(202,219,99); }
H1.HeaderClassName
{
color: #CADB63;
}
.AnyTagClassName
{
color: #CADB63;
}
</style>
background-color css
<style>
a { background-color: #CADB63; }
a { background-color: rgb(202,219,99); }
div.DivClassName
{
background-color: #CADB63;
}
.BgClassName
{
background-color: #CADB63;
}
</style>
border-color css
<style>
span { border-color: #CADB63; }
span { border-color: rgb(202,219,99); }
td.TdClassName
{
border-color: #CADB63;
}
.TagClassName
{
border-color: #CADB63;
}
</style>