Shades of Metallic Gold #CAA137
Tints of Metallic Gold #CAA137
RGB
CMYK
RGB Variations
Color information
#CAA137 (or 0xCAA137) is known color: Metallic Gold. HEX triplet: CA, A1 and 37. RGB value is (202,161,55). Sum of RGB (Red+Green+Blue) = 202+161+55=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 55 (21.88% from 255 or 13.16% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA137 is #355EC8. Grayscale: #A1A1A1. Windows color (decimal): -3497673 or 3645898. OLE color: 3645898.
HSL color Cylindrical-coordinate representation of color #CAA137: hue angle of 43.27º 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 #CAA137 is Cyan = 0, Magento = 0.20, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 55 | - |
| CMYK | 0 | 0.20 | 0.73 | 0.21 |
| HSL | 43.27º | 0.58% | 0.5% | - |
| HSV(B) | 43.27º | 0.73% | 0.79% | - |
| XYZ | 37.79 | 38.32 | 9.02 | - |
| YUV | 161.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 55 | 0 | 0.20 | 0.73 | 0.21 | 43.27 | 0.58 | 0.5 |
| Hex | CA | A1 | 37 | 0 | 14 | 49 | 15 | 2B | 3A | 32 |
| Octal | 312 | 241 | 67 | 0 | 24 | 111 | 25 | 53 | 72 | 62 |
| Binary | 11001010 | 10100001 | 110111 | 0 | 10100 | 1001001 | 10101 | 101011 | 111010 | 110010 |
Color Harmonies of #CAA137
Complementary color
Monochromatic Colors of #CAA137
Black with #CAA137
Text Example
Text Example
White with #CAA137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA137; }
p { color: rgb(202,161,55); }
H1.HeaderClassName
{
color: #CAA137;
}
.AnyTagClassName
{
color: #CAA137;
}
</style>
background-color css
<style>
a { background-color: #CAA137; }
a { background-color: rgb(202,161,55); }
div.DivClassName
{
background-color: #CAA137;
}
.BgClassName
{
background-color: #CAA137;
}
</style>
border-color css
<style>
span { border-color: #CAA137; }
span { border-color: rgb(202,161,55); }
td.TdClassName
{
border-color: #CAA137;
}
.TagClassName
{
border-color: #CAA137;
}
</style>