Shades of Metallic Gold #CAA62D
Tints of Metallic Gold #CAA62D
RGB
CMYK
RGB Variations
Color information
#CAA62D (or 0xCAA62D) is known color: Metallic Gold. HEX triplet: CA, A6 and 2D. RGB value is (202,166,45). Sum of RGB (Red+Green+Blue) = 202+166+45=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA62D is #3559D2. Grayscale: #A3A3A3. Windows color (decimal): -3496403 or 2991818. OLE color: 2991818.
HSL color Cylindrical-coordinate representation of color #CAA62D: hue angle of 46.24º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAA62D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 45 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.21 |
| HSL | 46.24º | 0.64% | 0.48% | - |
| HSV(B) | 46.24º | 0.78% | 0.79% | - |
| XYZ | 38.47 | 40.02 | 8.18 | - |
| YUV | 162.97 | 61.43 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 45 | 0 | 0.18 | 0.78 | 0.21 | 46.24 | 0.64 | 0.48 |
| Hex | CA | A6 | 2D | 0 | 12 | 4E | 15 | 2E | 40 | 30 |
| Octal | 312 | 246 | 55 | 0 | 22 | 116 | 25 | 56 | 100 | 60 |
| Binary | 11001010 | 10100110 | 101101 | 0 | 10010 | 1001110 | 10101 | 101110 | 1000000 | 110000 |
Color Harmonies of #CAA62D
Complementary color
Monochromatic Colors of #CAA62D
Black with #CAA62D
Text Example
Text Example
White with #CAA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA62D; }
p { color: rgb(202,166,45); }
H1.HeaderClassName
{
color: #CAA62D;
}
.AnyTagClassName
{
color: #CAA62D;
}
</style>
background-color css
<style>
a { background-color: #CAA62D; }
a { background-color: rgb(202,166,45); }
div.DivClassName
{
background-color: #CAA62D;
}
.BgClassName
{
background-color: #CAA62D;
}
</style>
border-color css
<style>
span { border-color: #CAA62D; }
span { border-color: rgb(202,166,45); }
td.TdClassName
{
border-color: #CAA62D;
}
.TagClassName
{
border-color: #CAA62D;
}
</style>