Shades of Wild Willow #CADA64
Tints of Wild Willow #CADA64
RGB
CMYK
RGB Variations
Color information
#CADA64 (or 0xCADA64) is known color: Wild Willow. HEX triplet: CA, DA and 64. RGB value is (202,218,100). Sum of RGB (Red+Green+Blue) = 202+218+100=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 218 (85.55% from 255 or 41.92% from 520); Blue value is 100 (39.45% from 255 or 19.23% from 520); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA64 is #35259B. Grayscale: #C8C8C8. Windows color (decimal): -3483036 or 6609610. OLE color: 6609610.
HSL color Cylindrical-coordinate representation of color #CADA64: hue angle of 68.14º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CADA64 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 100 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.15 |
| HSL | 68.14º | 0.61% | 0.62% | - |
| HSV(B) | 68.14º | 0.54% | 0.85% | - |
| XYZ | 51.73 | 63.62 | 21.61 | - |
| YUV | 199.76 | 71.7 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 100 | 0.07 | 0 | 0.54 | 0.15 | 68.14 | 0.61 | 0.62 |
| Hex | CA | DA | 64 | 7 | 0 | 36 | F | 44 | 3D | 3E |
| Octal | 312 | 332 | 144 | 7 | 0 | 66 | 17 | 104 | 75 | 76 |
| Binary | 11001010 | 11011010 | 1100100 | 111 | 0 | 110110 | 1111 | 1000100 | 111101 | 111110 |
Color Harmonies of #CADA64
Complementary color
Monochromatic Colors of #CADA64
Black with #CADA64
Text Example
Text Example
White with #CADA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA64; }
p { color: rgb(202,218,100); }
H1.HeaderClassName
{
color: #CADA64;
}
.AnyTagClassName
{
color: #CADA64;
}
</style>
background-color css
<style>
a { background-color: #CADA64; }
a { background-color: rgb(202,218,100); }
div.DivClassName
{
background-color: #CADA64;
}
.BgClassName
{
background-color: #CADA64;
}
</style>
border-color css
<style>
span { border-color: #CADA64; }
span { border-color: rgb(202,218,100); }
td.TdClassName
{
border-color: #CADA64;
}
.TagClassName
{
border-color: #CADA64;
}
</style>