Shades of Metallic Gold #CAA62E
Tints of Metallic Gold #CAA62E
RGB
CMYK
RGB Variations
Color information
#CAA62E (or 0xCAA62E) is known color: Metallic Gold. HEX triplet: CA, A6 and 2E. RGB value is (202,166,46). Sum of RGB (Red+Green+Blue) = 202+166+46=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA62E is #3559D1. Grayscale: #A3A3A3. Windows color (decimal): -3496402 or 3057354. OLE color: 3057354.
HSL color Cylindrical-coordinate representation of color #CAA62E: hue angle of 46.15º 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 #CAA62E is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 46 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.21 |
| HSL | 46.15º | 0.63% | 0.49% | - |
| HSV(B) | 46.15º | 0.77% | 0.79% | - |
| XYZ | 38.49 | 40.03 | 8.28 | - |
| YUV | 163.08 | 61.93 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 46 | 0 | 0.18 | 0.77 | 0.21 | 46.15 | 0.63 | 0.49 |
| Hex | CA | A6 | 2E | 0 | 12 | 4D | 15 | 2E | 3F | 31 |
| Octal | 312 | 246 | 56 | 0 | 22 | 115 | 25 | 56 | 77 | 61 |
| Binary | 11001010 | 10100110 | 101110 | 0 | 10010 | 1001101 | 10101 | 101110 | 111111 | 110001 |
Color Harmonies of #CAA62E
Complementary color
Monochromatic Colors of #CAA62E
Black with #CAA62E
Text Example
Text Example
White with #CAA62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA62E; }
p { color: rgb(202,166,46); }
H1.HeaderClassName
{
color: #CAA62E;
}
.AnyTagClassName
{
color: #CAA62E;
}
</style>
background-color css
<style>
a { background-color: #CAA62E; }
a { background-color: rgb(202,166,46); }
div.DivClassName
{
background-color: #CAA62E;
}
.BgClassName
{
background-color: #CAA62E;
}
</style>
border-color css
<style>
span { border-color: #CAA62E; }
span { border-color: rgb(202,166,46); }
td.TdClassName
{
border-color: #CAA62E;
}
.TagClassName
{
border-color: #CAA62E;
}
</style>