Shades of Metallic Gold #CAA037
Tints of Metallic Gold #CAA037
RGB
CMYK
RGB Variations
Color information
#CAA037 (or 0xCAA037) is known color: Metallic Gold. HEX triplet: CA, A0 and 37. RGB value is (202,160,55). Sum of RGB (Red+Green+Blue) = 202+160+55=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA037 is #355FC8. Grayscale: #A1A1A1. Windows color (decimal): -3497929 or 3645642. OLE color: 3645642.
HSL color Cylindrical-coordinate representation of color #CAA037: hue angle of 42.86º 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 #CAA037 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 55 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.21 |
| HSL | 42.86º | 0.58% | 0.5% | - |
| HSV(B) | 42.86º | 0.73% | 0.79% | - |
| XYZ | 37.62 | 37.97 | 8.96 | - |
| YUV | 160.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 55 | 0 | 0.21 | 0.73 | 0.21 | 42.86 | 0.58 | 0.5 |
| Hex | CA | A0 | 37 | 0 | 15 | 49 | 15 | 2B | 3A | 32 |
| Octal | 312 | 240 | 67 | 0 | 25 | 111 | 25 | 53 | 72 | 62 |
| Binary | 11001010 | 10100000 | 110111 | 0 | 10101 | 1001001 | 10101 | 101011 | 111010 | 110010 |
Color Harmonies of #CAA037
Complementary color
Monochromatic Colors of #CAA037
Black with #CAA037
Text Example
Text Example
White with #CAA037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA037; }
p { color: rgb(202,160,55); }
H1.HeaderClassName
{
color: #CAA037;
}
.AnyTagClassName
{
color: #CAA037;
}
</style>
background-color css
<style>
a { background-color: #CAA037; }
a { background-color: rgb(202,160,55); }
div.DivClassName
{
background-color: #CAA037;
}
.BgClassName
{
background-color: #CAA037;
}
</style>
border-color css
<style>
span { border-color: #CAA037; }
span { border-color: rgb(202,160,55); }
td.TdClassName
{
border-color: #CAA037;
}
.TagClassName
{
border-color: #CAA037;
}
</style>