Shades of Metallic Gold #CAA12F
Tints of Metallic Gold #CAA12F
RGB
CMYK
RGB Variations
Color information
#CAA12F (or 0xCAA12F) is known color: Metallic Gold. HEX triplet: CA, A1 and 2F. RGB value is (202,161,47). Sum of RGB (Red+Green+Blue) = 202+161+47=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA12F is #355ED0. Grayscale: #A0A0A0. Windows color (decimal): -3497681 or 3121610. OLE color: 3121610.
HSL color Cylindrical-coordinate representation of color #CAA12F: hue angle of 44.13º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CAA12F is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 161 | 47 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.21 |
| HSL | 44.13º | 0.62% | 0.49% | - |
| HSV(B) | 44.13º | 0.77% | 0.79% | - |
| XYZ | 37.62 | 38.25 | 8.09 | - |
| YUV | 160.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 161 | 47 | 0 | 0.20 | 0.77 | 0.21 | 44.13 | 0.62 | 0.49 |
| Hex | CA | A1 | 2F | 0 | 14 | 4D | 15 | 2C | 3E | 31 |
| Octal | 312 | 241 | 57 | 0 | 24 | 115 | 25 | 54 | 76 | 61 |
| Binary | 11001010 | 10100001 | 101111 | 0 | 10100 | 1001101 | 10101 | 101100 | 111110 | 110001 |
Color Harmonies of #CAA12F
Complementary color
Monochromatic Colors of #CAA12F
Black with #CAA12F
Text Example
Text Example
White with #CAA12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA12F; }
p { color: rgb(202,161,47); }
H1.HeaderClassName
{
color: #CAA12F;
}
.AnyTagClassName
{
color: #CAA12F;
}
</style>
background-color css
<style>
a { background-color: #CAA12F; }
a { background-color: rgb(202,161,47); }
div.DivClassName
{
background-color: #CAA12F;
}
.BgClassName
{
background-color: #CAA12F;
}
</style>
border-color css
<style>
span { border-color: #CAA12F; }
span { border-color: rgb(202,161,47); }
td.TdClassName
{
border-color: #CAA12F;
}
.TagClassName
{
border-color: #CAA12F;
}
</style>