Shades of Wild Willow #CAD365
Tints of Wild Willow #CAD365
RGB
CMYK
RGB Variations
Color information
#CAD365 (or 0xCAD365) is known color: Wild Willow. HEX triplet: CA, D3 and 65. RGB value is (202,211,101). Sum of RGB (Red+Green+Blue) = 202+211+101=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD365 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD365 is #352C9A. Grayscale: #C4C4C4. Windows color (decimal): -3484827 or 6673354. OLE color: 6673354.
HSL color Cylindrical-coordinate representation of color #CAD365: hue angle of 64.91º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CAD365 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 101 | - |
| CMYK | 0.04 | 0 | 0.52 | 0.17 |
| HSL | 64.91º | 0.56% | 0.61% | - |
| HSV(B) | 64.91º | 0.52% | 0.83% | - |
| XYZ | 50 | 60.08 | 21.27 | - |
| YUV | 195.77 | 74.52 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 101 | 0.04 | 0 | 0.52 | 0.17 | 64.91 | 0.56 | 0.61 |
| Hex | CA | D3 | 65 | 4 | 0 | 34 | 11 | 41 | 38 | 3D |
| Octal | 312 | 323 | 145 | 4 | 0 | 64 | 21 | 101 | 70 | 75 |
| Binary | 11001010 | 11010011 | 1100101 | 100 | 0 | 110100 | 10001 | 1000001 | 111000 | 111101 |
Color Harmonies of #CAD365
Complementary color
Monochromatic Colors of #CAD365
Black with #CAD365
Text Example
Text Example
White with #CAD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD365; }
p { color: rgb(202,211,101); }
H1.HeaderClassName
{
color: #CAD365;
}
.AnyTagClassName
{
color: #CAD365;
}
</style>
background-color css
<style>
a { background-color: #CAD365; }
a { background-color: rgb(202,211,101); }
div.DivClassName
{
background-color: #CAD365;
}
.BgClassName
{
background-color: #CAD365;
}
</style>
border-color css
<style>
span { border-color: #CAD365; }
span { border-color: rgb(202,211,101); }
td.TdClassName
{
border-color: #CAD365;
}
.TagClassName
{
border-color: #CAD365;
}
</style>