Shades of Wild Willow #CADA5A
Tints of Wild Willow #CADA5A
RGB
CMYK
RGB Variations
Color information
#CADA5A (or 0xCADA5A) is known color: Wild Willow. HEX triplet: CA, DA and 5A. RGB value is (202,218,90). Sum of RGB (Red+Green+Blue) = 202+218+90=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA5A is #3525A5. Grayscale: #C7C7C7. Windows color (decimal): -3483046 or 5954250. OLE color: 5954250.
HSL color Cylindrical-coordinate representation of color #CADA5A: hue angle of 67.5º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CADA5A is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 90 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.15 |
| HSL | 67.5º | 0.63% | 0.6% | - |
| HSV(B) | 67.5º | 0.59% | 0.85% | - |
| XYZ | 51.27 | 63.44 | 19.22 | - |
| YUV | 198.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 90 | 0.07 | 0 | 0.59 | 0.15 | 67.5 | 0.63 | 0.6 |
| Hex | CA | DA | 5A | 7 | 0 | 3B | F | 44 | 3F | 3C |
| Octal | 312 | 332 | 132 | 7 | 0 | 73 | 17 | 104 | 77 | 74 |
| Binary | 11001010 | 11011010 | 1011010 | 111 | 0 | 111011 | 1111 | 1000100 | 111111 | 111100 |
Color Harmonies of #CADA5A
Complementary color
Monochromatic Colors of #CADA5A
Black with #CADA5A
Text Example
Text Example
White with #CADA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA5A; }
p { color: rgb(202,218,90); }
H1.HeaderClassName
{
color: #CADA5A;
}
.AnyTagClassName
{
color: #CADA5A;
}
</style>
background-color css
<style>
a { background-color: #CADA5A; }
a { background-color: rgb(202,218,90); }
div.DivClassName
{
background-color: #CADA5A;
}
.BgClassName
{
background-color: #CADA5A;
}
</style>
border-color css
<style>
span { border-color: #CADA5A; }
span { border-color: rgb(202,218,90); }
td.TdClassName
{
border-color: #CADA5A;
}
.TagClassName
{
border-color: #CADA5A;
}
</style>