Shades of Wattle #CACA36
Tints of Wattle #CACA36
RGB
CMYK
RGB Variations
Color information
#CACA36 (or 0xCACA36) is known color: Wattle. HEX triplet: CA, CA and 36. RGB value is (202,202,54). Sum of RGB (Red+Green+Blue) = 202+202+54=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 54 (21.48% from 255 or 11.79% from 458); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CACA36 is #3535C9. Grayscale: #B9B9B9. Windows color (decimal): -3487178 or 3590858. OLE color: 3590858.
HSL color Cylindrical-coordinate representation of color #CACA36: 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 #CACA36 is Cyan = 0, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 54 | - |
| CMYK | 0 | 0 | 0.73 | 0.21 |
| HSL | 60º | 0.58% | 0.5% | - |
| HSV(B) | 60º | 0.73% | 0.79% | - |
| XYZ | 46.14 | 55.06 | 11.69 | - |
| YUV | 185.13 | 54 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 54 | 0 | 0 | 0.73 | 0.21 | 60 | 0.58 | 0.5 |
| Hex | CA | CA | 36 | 0 | 0 | 49 | 15 | 3C | 3A | 32 |
| Octal | 312 | 312 | 66 | 0 | 0 | 111 | 25 | 74 | 72 | 62 |
| Binary | 11001010 | 11001010 | 110110 | 0 | 0 | 1001001 | 10101 | 111100 | 111010 | 110010 |
Color Harmonies of #CACA36
Complementary color
Monochromatic Colors of #CACA36
Black with #CACA36
Text Example
Text Example
White with #CACA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA36; }
p { color: rgb(202,202,54); }
H1.HeaderClassName
{
color: #CACA36;
}
.AnyTagClassName
{
color: #CACA36;
}
</style>
background-color css
<style>
a { background-color: #CACA36; }
a { background-color: rgb(202,202,54); }
div.DivClassName
{
background-color: #CACA36;
}
.BgClassName
{
background-color: #CACA36;
}
</style>
border-color css
<style>
span { border-color: #CACA36; }
span { border-color: rgb(202,202,54); }
td.TdClassName
{
border-color: #CACA36;
}
.TagClassName
{
border-color: #CACA36;
}
</style>