Shades of Wild Willow #CAD066
Tints of Wild Willow #CAD066
RGB
CMYK
RGB Variations
Color information
#CAD066 (or 0xCAD066) is known color: Wild Willow. HEX triplet: CA, D0 and 66. RGB value is (202,208,102). Sum of RGB (Red+Green+Blue) = 202+208+102=512 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.45% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 102 (40.23% from 255 or 19.92% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD066 is #352F99. Grayscale: #C2C2C2. Windows color (decimal): -3485594 or 6738122. OLE color: 6738122.
HSL color Cylindrical-coordinate representation of color #CAD066: hue angle of 63.4º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CAD066 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 208 | 102 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.18 |
| HSL | 63.4º | 0.53% | 0.61% | - |
| HSV(B) | 63.4º | 0.51% | 0.82% | - |
| XYZ | 49.31 | 58.63 | 21.29 | - |
| YUV | 194.12 | 76.01 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 208 | 102 | 0.03 | 0 | 0.51 | 0.18 | 63.4 | 0.53 | 0.61 |
| Hex | CA | D0 | 66 | 3 | 0 | 33 | 12 | 3F | 35 | 3D |
| Octal | 312 | 320 | 146 | 3 | 0 | 63 | 22 | 77 | 65 | 75 |
| Binary | 11001010 | 11010000 | 1100110 | 11 | 0 | 110011 | 10010 | 111111 | 110101 | 111101 |
Color Harmonies of #CAD066
Complementary color
Monochromatic Colors of #CAD066
Black with #CAD066
Text Example
Text Example
White with #CAD066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD066; }
p { color: rgb(202,208,102); }
H1.HeaderClassName
{
color: #CAD066;
}
.AnyTagClassName
{
color: #CAD066;
}
</style>
background-color css
<style>
a { background-color: #CAD066; }
a { background-color: rgb(202,208,102); }
div.DivClassName
{
background-color: #CAD066;
}
.BgClassName
{
background-color: #CAD066;
}
</style>
border-color css
<style>
span { border-color: #CAD066; }
span { border-color: rgb(202,208,102); }
td.TdClassName
{
border-color: #CAD066;
}
.TagClassName
{
border-color: #CAD066;
}
</style>