Shades of Wild Willow #CADB62
Tints of Wild Willow #CADB62
RGB
CMYK
RGB Variations
Color information
#CADB62 (or 0xCADB62) is known color: Wild Willow. HEX triplet: CA, DB and 62. RGB value is (202,219,98). Sum of RGB (Red+Green+Blue) = 202+219+98=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 98 (38.67% from 255 or 18.88% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB62 is #35249D. Grayscale: #C8C8C8. Windows color (decimal): -3482782 or 6478794. OLE color: 6478794.
HSL color Cylindrical-coordinate representation of color #CADB62: hue angle of 68.43º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CADB62 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 219 | 98 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.14 |
| HSL | 68.43º | 0.63% | 0.62% | - |
| HSV(B) | 68.43º | 0.55% | 0.86% | - |
| XYZ | 51.89 | 64.1 | 21.19 | - |
| YUV | 200.12 | 70.37 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 219 | 98 | 0.08 | 0 | 0.55 | 0.14 | 68.43 | 0.63 | 0.62 |
| Hex | CA | DB | 62 | 8 | 0 | 37 | E | 44 | 3F | 3E |
| Octal | 312 | 333 | 142 | 10 | 0 | 67 | 16 | 104 | 77 | 76 |
| Binary | 11001010 | 11011011 | 1100010 | 1000 | 0 | 110111 | 1110 | 1000100 | 111111 | 111110 |
Color Harmonies of #CADB62
Complementary color
Monochromatic Colors of #CADB62
Black with #CADB62
Text Example
Text Example
White with #CADB62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB62; }
p { color: rgb(202,219,98); }
H1.HeaderClassName
{
color: #CADB62;
}
.AnyTagClassName
{
color: #CADB62;
}
</style>
background-color css
<style>
a { background-color: #CADB62; }
a { background-color: rgb(202,219,98); }
div.DivClassName
{
background-color: #CADB62;
}
.BgClassName
{
background-color: #CADB62;
}
</style>
border-color css
<style>
span { border-color: #CADB62; }
span { border-color: rgb(202,219,98); }
td.TdClassName
{
border-color: #CADB62;
}
.TagClassName
{
border-color: #CADB62;
}
</style>