Shades of Wild Willow #CADA53
Tints of Wild Willow #CADA53
RGB
CMYK
RGB Variations
Color information
#CADA53 (or 0xCADA53) is known color: Wild Willow. HEX triplet: CA, DA and 53. RGB value is (202,218,83). Sum of RGB (Red+Green+Blue) = 202+218+83=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 218 (85.55% from 255 or 43.34% from 503); Blue value is 83 (32.81% from 255 or 16.50% from 503); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA53 is #3525AC. Grayscale: #C6C6C6. Windows color (decimal): -3483053 or 5495498. OLE color: 5495498.
HSL color Cylindrical-coordinate representation of color #CADA53: hue angle of 67.11º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CADA53 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 83 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.15 |
| HSL | 67.11º | 0.65% | 0.59% | - |
| HSV(B) | 67.11º | 0.62% | 0.85% | - |
| XYZ | 50.99 | 63.32 | 17.72 | - |
| YUV | 197.83 | 63.2 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 83 | 0.07 | 0 | 0.62 | 0.15 | 67.11 | 0.65 | 0.59 |
| Hex | CA | DA | 53 | 7 | 0 | 3E | F | 43 | 41 | 3B |
| Octal | 312 | 332 | 123 | 7 | 0 | 76 | 17 | 103 | 101 | 73 |
| Binary | 11001010 | 11011010 | 1010011 | 111 | 0 | 111110 | 1111 | 1000011 | 1000001 | 111011 |
Color Harmonies of #CADA53
Complementary color
Monochromatic Colors of #CADA53
Black with #CADA53
Text Example
Text Example
White with #CADA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA53; }
p { color: rgb(202,218,83); }
H1.HeaderClassName
{
color: #CADA53;
}
.AnyTagClassName
{
color: #CADA53;
}
</style>
background-color css
<style>
a { background-color: #CADA53; }
a { background-color: rgb(202,218,83); }
div.DivClassName
{
background-color: #CADA53;
}
.BgClassName
{
background-color: #CADA53;
}
</style>
border-color css
<style>
span { border-color: #CADA53; }
span { border-color: rgb(202,218,83); }
td.TdClassName
{
border-color: #CADA53;
}
.TagClassName
{
border-color: #CADA53;
}
</style>