Shades of Wattle #CAC538
Tints of Wattle #CAC538
RGB
CMYK
RGB Variations
Color information
#CAC538 (or 0xCAC538) is known color: Wattle. HEX triplet: CA, C5 and 38. RGB value is (202,197,56). Sum of RGB (Red+Green+Blue) = 202+197+56=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 197 (77.34% from 255 or 43.30% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC538 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC538 is #353AC7. Grayscale: #B6B6B6. Windows color (decimal): -3488456 or 3720650. OLE color: 3720650.
HSL color Cylindrical-coordinate representation of color #CAC538: hue angle of 57.95º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAC538 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 56 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.21 |
| HSL | 57.95º | 0.58% | 0.51% | - |
| HSV(B) | 57.95º | 0.72% | 0.79% | - |
| XYZ | 45.04 | 52.77 | 11.55 | - |
| YUV | 182.42 | 56.66 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 56 | 0 | 0.02 | 0.72 | 0.21 | 57.95 | 0.58 | 0.51 |
| Hex | CA | C5 | 38 | 0 | 2 | 48 | 15 | 3A | 3A | 33 |
| Octal | 312 | 305 | 70 | 0 | 2 | 110 | 25 | 72 | 72 | 63 |
| Binary | 11001010 | 11000101 | 111000 | 0 | 10 | 1001000 | 10101 | 111010 | 111010 | 110011 |
Color Harmonies of #CAC538
Complementary color
Monochromatic Colors of #CAC538
Black with #CAC538
Text Example
Text Example
White with #CAC538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC538; }
p { color: rgb(202,197,56); }
H1.HeaderClassName
{
color: #CAC538;
}
.AnyTagClassName
{
color: #CAC538;
}
</style>
background-color css
<style>
a { background-color: #CAC538; }
a { background-color: rgb(202,197,56); }
div.DivClassName
{
background-color: #CAC538;
}
.BgClassName
{
background-color: #CAC538;
}
</style>
border-color css
<style>
span { border-color: #CAC538; }
span { border-color: rgb(202,197,56); }
td.TdClassName
{
border-color: #CAC538;
}
.TagClassName
{
border-color: #CAC538;
}
</style>