Shades of Wattle #CAC540
Tints of Wattle #CAC540
RGB
CMYK
RGB Variations
Color information
#CAC540 (or 0xCAC540) is known color: Wattle. HEX triplet: CA, C5 and 40. RGB value is (202,197,64). Sum of RGB (Red+Green+Blue) = 202+197+64=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC540 is #353ABF. Grayscale: #B7B7B7. Windows color (decimal): -3488448 or 4244938. OLE color: 4244938.
HSL color Cylindrical-coordinate representation of color #CAC540: hue angle of 57.83º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAC540 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 64 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.21 |
| HSL | 57.83º | 0.57% | 0.52% | - |
| HSV(B) | 57.83º | 0.68% | 0.79% | - |
| XYZ | 45.25 | 52.86 | 12.67 | - |
| YUV | 183.33 | 60.66 | 141.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 64 | 0 | 0.02 | 0.68 | 0.21 | 57.83 | 0.57 | 0.52 |
| Hex | CA | C5 | 40 | 0 | 2 | 44 | 15 | 3A | 39 | 34 |
| Octal | 312 | 305 | 100 | 0 | 2 | 104 | 25 | 72 | 71 | 64 |
| Binary | 11001010 | 11000101 | 1000000 | 0 | 10 | 1000100 | 10101 | 111010 | 111001 | 110100 |
Color Harmonies of #CAC540
Complementary color
Monochromatic Colors of #CAC540
Black with #CAC540
Text Example
Text Example
White with #CAC540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC540; }
p { color: rgb(202,197,64); }
H1.HeaderClassName
{
color: #CAC540;
}
.AnyTagClassName
{
color: #CAC540;
}
</style>
background-color css
<style>
a { background-color: #CAC540; }
a { background-color: rgb(202,197,64); }
div.DivClassName
{
background-color: #CAC540;
}
.BgClassName
{
background-color: #CAC540;
}
</style>
border-color css
<style>
span { border-color: #CAC540; }
span { border-color: rgb(202,197,64); }
td.TdClassName
{
border-color: #CAC540;
}
.TagClassName
{
border-color: #CAC540;
}
</style>