Shades of Wild Willow #CAC959
Tints of Wild Willow #CAC959
RGB
CMYK
RGB Variations
Color information
#CAC959 (or 0xCAC959) is known color: Wild Willow. HEX triplet: CA, C9 and 59. RGB value is (202,201,89). Sum of RGB (Red+Green+Blue) = 202+201+89=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 89 (35.16% from 255 or 18.09% from 492); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC959 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC959 is #3536A6. Grayscale: #BCBCBC. Windows color (decimal): -3487399 or 5884362. OLE color: 5884362.
HSL color Cylindrical-coordinate representation of color #CAC959: hue angle of 59.47º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CAC959 is Cyan = 0, Magento = 0.00, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 89 | - |
| CMYK | 0 | 0.00 | 0.56 | 0.21 |
| HSL | 59.47º | 0.52% | 0.57% | - |
| HSV(B) | 59.47º | 0.56% | 0.79% | - |
| XYZ | 47.05 | 55.05 | 17.6 | - |
| YUV | 188.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 89 | 0 | 0.00 | 0.56 | 0.21 | 59.47 | 0.52 | 0.57 |
| Hex | CA | C9 | 59 | 0 | 0 | 38 | 15 | 3B | 34 | 39 |
| Octal | 312 | 311 | 131 | 0 | 0 | 70 | 25 | 73 | 64 | 71 |
| Binary | 11001010 | 11001001 | 1011001 | 0 | 0 | 111000 | 10101 | 111011 | 110100 | 111001 |
Color Harmonies of #CAC959
Complementary color
Monochromatic Colors of #CAC959
Black with #CAC959
Text Example
Text Example
White with #CAC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC959; }
p { color: rgb(202,201,89); }
H1.HeaderClassName
{
color: #CAC959;
}
.AnyTagClassName
{
color: #CAC959;
}
</style>
background-color css
<style>
a { background-color: #CAC959; }
a { background-color: rgb(202,201,89); }
div.DivClassName
{
background-color: #CAC959;
}
.BgClassName
{
background-color: #CAC959;
}
</style>
border-color css
<style>
span { border-color: #CAC959; }
span { border-color: rgb(202,201,89); }
td.TdClassName
{
border-color: #CAC959;
}
.TagClassName
{
border-color: #CAC959;
}
</style>