Shades of Wild Willow #CACD64
Tints of Wild Willow #CACD64
RGB
CMYK
RGB Variations
Color information
#CACD64 (or 0xCACD64) is known color: Wild Willow. HEX triplet: CA, CD and 64. RGB value is (202,205,100). Sum of RGB (Red+Green+Blue) = 202+205+100=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD64 is #35329B. Grayscale: #C0C0C0. Windows color (decimal): -3486364 or 6606282. OLE color: 6606282.
HSL color Cylindrical-coordinate representation of color #CACD64: hue angle of 61.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CACD64 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 205 | 100 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.20 |
| HSL | 61.71º | 0.51% | 0.6% | - |
| HSV(B) | 61.71º | 0.51% | 0.8% | - |
| XYZ | 48.49 | 57.14 | 20.53 | - |
| YUV | 192.13 | 76.01 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 100 | 0.01 | 0 | 0.51 | 0.20 | 61.71 | 0.51 | 0.6 |
| Hex | CA | CD | 64 | 1 | 0 | 33 | 14 | 3E | 33 | 3C |
| Octal | 312 | 315 | 144 | 1 | 0 | 63 | 24 | 76 | 63 | 74 |
| Binary | 11001010 | 11001101 | 1100100 | 1 | 0 | 110011 | 10100 | 111110 | 110011 | 111100 |
Color Harmonies of #CACD64
Complementary color
Monochromatic Colors of #CACD64
Black with #CACD64
Text Example
Text Example
White with #CACD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACD64; }
p { color: rgb(202,205,100); }
H1.HeaderClassName
{
color: #CACD64;
}
.AnyTagClassName
{
color: #CACD64;
}
</style>
background-color css
<style>
a { background-color: #CACD64; }
a { background-color: rgb(202,205,100); }
div.DivClassName
{
background-color: #CACD64;
}
.BgClassName
{
background-color: #CACD64;
}
</style>
border-color css
<style>
span { border-color: #CACD64; }
span { border-color: rgb(202,205,100); }
td.TdClassName
{
border-color: #CACD64;
}
.TagClassName
{
border-color: #CACD64;
}
</style>