Shades of Wild Willow #CAC65A
Tints of Wild Willow #CAC65A
RGB
CMYK
RGB Variations
Color information
#CAC65A (or 0xCAC65A) is known color: Wild Willow. HEX triplet: CA, C6 and 5A. RGB value is (202,198,90). Sum of RGB (Red+Green+Blue) = 202+198+90=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC65A is #3539A5. Grayscale: #BBBBBB. Windows color (decimal): -3488166 or 5949130. OLE color: 5949130.
HSL color Cylindrical-coordinate representation of color #CAC65A: hue angle of 57.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CAC65A is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 90 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.21 |
| HSL | 57.86º | 0.51% | 0.57% | - |
| HSV(B) | 57.86º | 0.55% | 0.79% | - |
| XYZ | 46.4 | 53.68 | 17.59 | - |
| YUV | 186.88 | 73.33 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 90 | 0 | 0.02 | 0.55 | 0.21 | 57.86 | 0.51 | 0.57 |
| Hex | CA | C6 | 5A | 0 | 2 | 37 | 15 | 3A | 33 | 39 |
| Octal | 312 | 306 | 132 | 0 | 2 | 67 | 25 | 72 | 63 | 71 |
| Binary | 11001010 | 11000110 | 1011010 | 0 | 10 | 110111 | 10101 | 111010 | 110011 | 111001 |
Color Harmonies of #CAC65A
Complementary color
Monochromatic Colors of #CAC65A
Black with #CAC65A
Text Example
Text Example
White with #CAC65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC65A; }
p { color: rgb(202,198,90); }
H1.HeaderClassName
{
color: #CAC65A;
}
.AnyTagClassName
{
color: #CAC65A;
}
</style>
background-color css
<style>
a { background-color: #CAC65A; }
a { background-color: rgb(202,198,90); }
div.DivClassName
{
background-color: #CAC65A;
}
.BgClassName
{
background-color: #CAC65A;
}
</style>
border-color css
<style>
span { border-color: #CAC65A; }
span { border-color: rgb(202,198,90); }
td.TdClassName
{
border-color: #CAC65A;
}
.TagClassName
{
border-color: #CAC65A;
}
</style>