Shades of Metallic Gold #CAA53A
Tints of Metallic Gold #CAA53A
RGB
CMYK
RGB Variations
Color information
#CAA53A (or 0xCAA53A) is known color: Metallic Gold. HEX triplet: CA, A5 and 3A. RGB value is (202,165,58). Sum of RGB (Red+Green+Blue) = 202+165+58=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 58 (23.05% from 255 or 13.65% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA53A is #355AC5. Grayscale: #A4A4A4. Windows color (decimal): -3496646 or 3843530. OLE color: 3843530.
HSL color Cylindrical-coordinate representation of color #CAA53A: hue angle of 44.58º 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 #CAA53A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 58 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.21 |
| HSL | 44.58º | 0.58% | 0.51% | - |
| HSV(B) | 44.58º | 0.71% | 0.79% | - |
| XYZ | 38.58 | 39.77 | 9.65 | - |
| YUV | 163.87 | 68.26 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 58 | 0 | 0.18 | 0.71 | 0.21 | 44.58 | 0.58 | 0.51 |
| Hex | CA | A5 | 3A | 0 | 12 | 47 | 15 | 2D | 3A | 33 |
| Octal | 312 | 245 | 72 | 0 | 22 | 107 | 25 | 55 | 72 | 63 |
| Binary | 11001010 | 10100101 | 111010 | 0 | 10010 | 1000111 | 10101 | 101101 | 111010 | 110011 |
Color Harmonies of #CAA53A
Complementary color
Monochromatic Colors of #CAA53A
Black with #CAA53A
Text Example
Text Example
White with #CAA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA53A; }
p { color: rgb(202,165,58); }
H1.HeaderClassName
{
color: #CAA53A;
}
.AnyTagClassName
{
color: #CAA53A;
}
</style>
background-color css
<style>
a { background-color: #CAA53A; }
a { background-color: rgb(202,165,58); }
div.DivClassName
{
background-color: #CAA53A;
}
.BgClassName
{
background-color: #CAA53A;
}
</style>
border-color css
<style>
span { border-color: #CAA53A; }
span { border-color: rgb(202,165,58); }
td.TdClassName
{
border-color: #CAA53A;
}
.TagClassName
{
border-color: #CAA53A;
}
</style>