Shades of Wattle #CACA37
Tints of Wattle #CACA37
RGB
CMYK
RGB Variations
Color information
#CACA37 (or 0xCACA37) is known color: Wattle. HEX triplet: CA, CA and 37. RGB value is (202,202,55). Sum of RGB (Red+Green+Blue) = 202+202+55=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 55 (21.88% from 255 or 11.98% from 459); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA37 is #3535C8. Grayscale: #B9B9B9. Windows color (decimal): -3487177 or 3656394. OLE color: 3656394.
HSL color Cylindrical-coordinate representation of color #CACA37: hue angle of 60º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CACA37 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 55 | - |
| CMYK | 0 | 0 | 0.73 | 0.21 |
| HSL | 60º | 0.58% | 0.5% | - |
| HSV(B) | 60º | 0.73% | 0.79% | - |
| XYZ | 46.17 | 55.07 | 11.81 | - |
| YUV | 185.24 | 54.5 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 55 | 0 | 0 | 0.73 | 0.21 | 60 | 0.58 | 0.5 |
| Hex | CA | CA | 37 | 0 | 0 | 49 | 15 | 3C | 3A | 32 |
| Octal | 312 | 312 | 67 | 0 | 0 | 111 | 25 | 74 | 72 | 62 |
| Binary | 11001010 | 11001010 | 110111 | 0 | 0 | 1001001 | 10101 | 111100 | 111010 | 110010 |
Color Harmonies of #CACA37
Complementary color
Monochromatic Colors of #CACA37
Black with #CACA37
Text Example
Text Example
White with #CACA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA37; }
p { color: rgb(202,202,55); }
H1.HeaderClassName
{
color: #CACA37;
}
.AnyTagClassName
{
color: #CACA37;
}
</style>
background-color css
<style>
a { background-color: #CACA37; }
a { background-color: rgb(202,202,55); }
div.DivClassName
{
background-color: #CACA37;
}
.BgClassName
{
background-color: #CACA37;
}
</style>
border-color css
<style>
span { border-color: #CACA37; }
span { border-color: rgb(202,202,55); }
td.TdClassName
{
border-color: #CACA37;
}
.TagClassName
{
border-color: #CACA37;
}
</style>