Shades of Wattle #CAC531
Tints of Wattle #CAC531
RGB
CMYK
RGB Variations
Color information
#CAC531 (or 0xCAC531) is known color: Wattle. HEX triplet: CA, C5 and 31. RGB value is (202,197,49). Sum of RGB (Red+Green+Blue) = 202+197+49=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 49 (19.53% from 255 or 10.94% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC531 is #353ACE. Grayscale: #B6B6B6. Windows color (decimal): -3488463 or 3261898. OLE color: 3261898.
HSL color Cylindrical-coordinate representation of color #CAC531: hue angle of 58.04º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAC531 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 49 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.21 |
| HSL | 58.04º | 0.61% | 0.49% | - |
| HSV(B) | 58.04º | 0.76% | 0.79% | - |
| XYZ | 44.88 | 52.71 | 10.71 | - |
| YUV | 181.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 49 | 0 | 0.02 | 0.76 | 0.21 | 58.04 | 0.61 | 0.49 |
| Hex | CA | C5 | 31 | 0 | 2 | 4C | 15 | 3A | 3D | 31 |
| Octal | 312 | 305 | 61 | 0 | 2 | 114 | 25 | 72 | 75 | 61 |
| Binary | 11001010 | 11000101 | 110001 | 0 | 10 | 1001100 | 10101 | 111010 | 111101 | 110001 |
Color Harmonies of #CAC531
Complementary color
Monochromatic Colors of #CAC531
Black with #CAC531
Text Example
Text Example
White with #CAC531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC531; }
p { color: rgb(202,197,49); }
H1.HeaderClassName
{
color: #CAC531;
}
.AnyTagClassName
{
color: #CAC531;
}
</style>
background-color css
<style>
a { background-color: #CAC531; }
a { background-color: rgb(202,197,49); }
div.DivClassName
{
background-color: #CAC531;
}
.BgClassName
{
background-color: #CAC531;
}
</style>
border-color css
<style>
span { border-color: #CAC531; }
span { border-color: rgb(202,197,49); }
td.TdClassName
{
border-color: #CAC531;
}
.TagClassName
{
border-color: #CAC531;
}
</style>