Shades of Metallic Gold #CAA32E
Tints of Metallic Gold #CAA32E
RGB
CMYK
RGB Variations
Color information
#CAA32E (or 0xCAA32E) is known color: Metallic Gold. HEX triplet: CA, A3 and 2E. RGB value is (202,163,46). Sum of RGB (Red+Green+Blue) = 202+163+46=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 46 (18.36% from 255 or 11.19% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA32E is #355CD1. Grayscale: #A1A1A1. Windows color (decimal): -3497170 or 3056586. OLE color: 3056586.
HSL color Cylindrical-coordinate representation of color #CAA32E: hue angle of 45º degrees, saturation: 0.63, 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 #CAA32E is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 46 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.21 |
| HSL | 45º | 0.63% | 0.49% | - |
| HSV(B) | 45º | 0.77% | 0.79% | - |
| XYZ | 37.95 | 38.95 | 8.1 | - |
| YUV | 161.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 46 | 0 | 0.19 | 0.77 | 0.21 | 45 | 0.63 | 0.49 |
| Hex | CA | A3 | 2E | 0 | 13 | 4D | 15 | 2D | 3F | 31 |
| Octal | 312 | 243 | 56 | 0 | 23 | 115 | 25 | 55 | 77 | 61 |
| Binary | 11001010 | 10100011 | 101110 | 0 | 10011 | 1001101 | 10101 | 101101 | 111111 | 110001 |
Color Harmonies of #CAA32E
Complementary color
Monochromatic Colors of #CAA32E
Black with #CAA32E
Text Example
Text Example
White with #CAA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA32E; }
p { color: rgb(202,163,46); }
H1.HeaderClassName
{
color: #CAA32E;
}
.AnyTagClassName
{
color: #CAA32E;
}
</style>
background-color css
<style>
a { background-color: #CAA32E; }
a { background-color: rgb(202,163,46); }
div.DivClassName
{
background-color: #CAA32E;
}
.BgClassName
{
background-color: #CAA32E;
}
</style>
border-color css
<style>
span { border-color: #CAA32E; }
span { border-color: rgb(202,163,46); }
td.TdClassName
{
border-color: #CAA32E;
}
.TagClassName
{
border-color: #CAA32E;
}
</style>