Shades of Wild Willow #CADA5C
Tints of Wild Willow #CADA5C
RGB
CMYK
RGB Variations
Color information
#CADA5C (or 0xCADA5C) is known color: Wild Willow. HEX triplet: CA, DA and 5C. RGB value is (202,218,92). Sum of RGB (Red+Green+Blue) = 202+218+92=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA5C is #3525A3. Grayscale: #C7C7C7. Windows color (decimal): -3483044 or 6085322. OLE color: 6085322.
HSL color Cylindrical-coordinate representation of color #CADA5C: hue angle of 67.62º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CADA5C is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 92 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.15 |
| HSL | 67.62º | 0.63% | 0.61% | - |
| HSV(B) | 67.62º | 0.58% | 0.85% | - |
| XYZ | 51.36 | 63.47 | 19.67 | - |
| YUV | 198.85 | 67.7 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 92 | 0.07 | 0 | 0.58 | 0.15 | 67.62 | 0.63 | 0.61 |
| Hex | CA | DA | 5C | 7 | 0 | 3A | F | 44 | 3F | 3D |
| Octal | 312 | 332 | 134 | 7 | 0 | 72 | 17 | 104 | 77 | 75 |
| Binary | 11001010 | 11011010 | 1011100 | 111 | 0 | 111010 | 1111 | 1000100 | 111111 | 111101 |
Color Harmonies of #CADA5C
Complementary color
Monochromatic Colors of #CADA5C
Black with #CADA5C
Text Example
Text Example
White with #CADA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA5C; }
p { color: rgb(202,218,92); }
H1.HeaderClassName
{
color: #CADA5C;
}
.AnyTagClassName
{
color: #CADA5C;
}
</style>
background-color css
<style>
a { background-color: #CADA5C; }
a { background-color: rgb(202,218,92); }
div.DivClassName
{
background-color: #CADA5C;
}
.BgClassName
{
background-color: #CADA5C;
}
</style>
border-color css
<style>
span { border-color: #CADA5C; }
span { border-color: rgb(202,218,92); }
td.TdClassName
{
border-color: #CADA5C;
}
.TagClassName
{
border-color: #CADA5C;
}
</style>