Shades of Wattle #CAC73A
Tints of Wattle #CAC73A
RGB
CMYK
RGB Variations
Color information
#CAC73A (or 0xCAC73A) is known color: Wattle. HEX triplet: CA, C7 and 3A. RGB value is (202,199,58). Sum of RGB (Red+Green+Blue) = 202+199+58=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 199 (78.12% from 255 or 43.36% from 459); Blue value is 58 (23.05% from 255 or 12.64% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC73A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC73A is #3538C5. Grayscale: #B8B8B8. Windows color (decimal): -3487942 or 3852234. OLE color: 3852234.
HSL color Cylindrical-coordinate representation of color #CAC73A: hue angle of 58.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAC73A is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 58 | - |
| CMYK | 0 | 0.01 | 0.71 | 0.21 |
| HSL | 58.75º | 0.58% | 0.51% | - |
| HSV(B) | 58.75º | 0.71% | 0.79% | - |
| XYZ | 45.54 | 53.71 | 11.97 | - |
| YUV | 183.82 | 56.99 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 58 | 0 | 0.01 | 0.71 | 0.21 | 58.75 | 0.58 | 0.51 |
| Hex | CA | C7 | 3A | 0 | 1 | 47 | 15 | 3B | 3A | 33 |
| Octal | 312 | 307 | 72 | 0 | 1 | 107 | 25 | 73 | 72 | 63 |
| Binary | 11001010 | 11000111 | 111010 | 0 | 1 | 1000111 | 10101 | 111011 | 111010 | 110011 |
Color Harmonies of #CAC73A
Complementary color
Monochromatic Colors of #CAC73A
Black with #CAC73A
Text Example
Text Example
White with #CAC73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC73A; }
p { color: rgb(202,199,58); }
H1.HeaderClassName
{
color: #CAC73A;
}
.AnyTagClassName
{
color: #CAC73A;
}
</style>
background-color css
<style>
a { background-color: #CAC73A; }
a { background-color: rgb(202,199,58); }
div.DivClassName
{
background-color: #CAC73A;
}
.BgClassName
{
background-color: #CAC73A;
}
</style>
border-color css
<style>
span { border-color: #CAC73A; }
span { border-color: rgb(202,199,58); }
td.TdClassName
{
border-color: #CAC73A;
}
.TagClassName
{
border-color: #CAC73A;
}
</style>