Shades of Wild Willow #CADC63
Tints of Wild Willow #CADC63
RGB
CMYK
RGB Variations
Color information
#CADC63 (or 0xCADC63) is known color: Wild Willow. HEX triplet: CA, DC and 63. RGB value is (202,220,99). Sum of RGB (Red+Green+Blue) = 202+220+99=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC63 is #35239C. Grayscale: #C9C9C9. Windows color (decimal): -3482525 or 6544586. OLE color: 6544586.
HSL color Cylindrical-coordinate representation of color #CADC63: hue angle of 68.93º 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 #CADC63 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 99 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.14 |
| HSL | 68.93º | 0.63% | 0.63% | - |
| HSV(B) | 68.93º | 0.55% | 0.86% | - |
| XYZ | 52.2 | 64.64 | 21.53 | - |
| YUV | 200.82 | 70.54 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 99 | 0.08 | 0 | 0.55 | 0.14 | 68.93 | 0.63 | 0.63 |
| Hex | CA | DC | 63 | 8 | 0 | 37 | E | 45 | 3F | 3F |
| Octal | 312 | 334 | 143 | 10 | 0 | 67 | 16 | 105 | 77 | 77 |
| Binary | 11001010 | 11011100 | 1100011 | 1000 | 0 | 110111 | 1110 | 1000101 | 111111 | 111111 |
Color Harmonies of #CADC63
Complementary color
Monochromatic Colors of #CADC63
Black with #CADC63
Text Example
Text Example
White with #CADC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC63; }
p { color: rgb(202,220,99); }
H1.HeaderClassName
{
color: #CADC63;
}
.AnyTagClassName
{
color: #CADC63;
}
</style>
background-color css
<style>
a { background-color: #CADC63; }
a { background-color: rgb(202,220,99); }
div.DivClassName
{
background-color: #CADC63;
}
.BgClassName
{
background-color: #CADC63;
}
</style>
border-color css
<style>
span { border-color: #CADC63; }
span { border-color: rgb(202,220,99); }
td.TdClassName
{
border-color: #CADC63;
}
.TagClassName
{
border-color: #CADC63;
}
</style>