Shades of Wild Willow #CAC55B
Tints of Wild Willow #CAC55B
RGB
CMYK
RGB Variations
Color information
#CAC55B (or 0xCAC55B) is known color: Wild Willow. HEX triplet: CA, C5 and 5B. RGB value is (202,197,91). Sum of RGB (Red+Green+Blue) = 202+197+91=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 197 (77.34% from 255 or 40.20% from 490); Blue value is 91 (35.94% from 255 or 18.57% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC55B is #353AA4. Grayscale: #BABABA. Windows color (decimal): -3488421 or 6014410. OLE color: 6014410.
HSL color Cylindrical-coordinate representation of color #CAC55B: hue angle of 57.3º 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 #CAC55B is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 91 | - |
| CMYK | 0 | 0.02 | 0.55 | 0.21 |
| HSL | 57.3º | 0.51% | 0.57% | - |
| HSV(B) | 57.3º | 0.55% | 0.79% | - |
| XYZ | 46.21 | 53.24 | 17.74 | - |
| YUV | 186.41 | 74.16 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 91 | 0 | 0.02 | 0.55 | 0.21 | 57.3 | 0.51 | 0.57 |
| Hex | CA | C5 | 5B | 0 | 2 | 37 | 15 | 39 | 33 | 39 |
| Octal | 312 | 305 | 133 | 0 | 2 | 67 | 25 | 71 | 63 | 71 |
| Binary | 11001010 | 11000101 | 1011011 | 0 | 10 | 110111 | 10101 | 111001 | 110011 | 111001 |
Color Harmonies of #CAC55B
Complementary color
Monochromatic Colors of #CAC55B
Black with #CAC55B
Text Example
Text Example
White with #CAC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC55B; }
p { color: rgb(202,197,91); }
H1.HeaderClassName
{
color: #CAC55B;
}
.AnyTagClassName
{
color: #CAC55B;
}
</style>
background-color css
<style>
a { background-color: #CAC55B; }
a { background-color: rgb(202,197,91); }
div.DivClassName
{
background-color: #CAC55B;
}
.BgClassName
{
background-color: #CAC55B;
}
</style>
border-color css
<style>
span { border-color: #CAC55B; }
span { border-color: rgb(202,197,91); }
td.TdClassName
{
border-color: #CAC55B;
}
.TagClassName
{
border-color: #CAC55B;
}
</style>