Shades of Wattle #CAC533
Tints of Wattle #CAC533
RGB
CMYK
RGB Variations
Color information
#CAC533 (or 0xCAC533) is known color: Wattle. HEX triplet: CA, C5 and 33. RGB value is (202,197,51). Sum of RGB (Red+Green+Blue) = 202+197+51=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC533 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC533 is #353ACC. Grayscale: #B6B6B6. Windows color (decimal): -3488461 or 3392970. OLE color: 3392970.
HSL color Cylindrical-coordinate representation of color #CAC533: hue angle of 58.01º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAC533 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 51 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.21 |
| HSL | 58.01º | 0.6% | 0.5% | - |
| HSV(B) | 58.01º | 0.75% | 0.79% | - |
| XYZ | 44.92 | 52.73 | 10.94 | - |
| YUV | 181.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 51 | 0 | 0.02 | 0.75 | 0.21 | 58.01 | 0.6 | 0.5 |
| Hex | CA | C5 | 33 | 0 | 2 | 4B | 15 | 3A | 3C | 32 |
| Octal | 312 | 305 | 63 | 0 | 2 | 113 | 25 | 72 | 74 | 62 |
| Binary | 11001010 | 11000101 | 110011 | 0 | 10 | 1001011 | 10101 | 111010 | 111100 | 110010 |
Color Harmonies of #CAC533
Complementary color
Monochromatic Colors of #CAC533
Black with #CAC533
Text Example
Text Example
White with #CAC533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC533; }
p { color: rgb(202,197,51); }
H1.HeaderClassName
{
color: #CAC533;
}
.AnyTagClassName
{
color: #CAC533;
}
</style>
background-color css
<style>
a { background-color: #CAC533; }
a { background-color: rgb(202,197,51); }
div.DivClassName
{
background-color: #CAC533;
}
.BgClassName
{
background-color: #CAC533;
}
</style>
border-color css
<style>
span { border-color: #CAC533; }
span { border-color: rgb(202,197,51); }
td.TdClassName
{
border-color: #CAC533;
}
.TagClassName
{
border-color: #CAC533;
}
</style>