Shades of Metallic Gold #CAA63E
Tints of Metallic Gold #CAA63E
RGB
CMYK
RGB Variations
Color information
#CAA63E (or 0xCAA63E) is known color: Metallic Gold. HEX triplet: CA, A6 and 3E. RGB value is (202,166,62). Sum of RGB (Red+Green+Blue) = 202+166+62=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 62 (24.61% from 255 or 14.42% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA63E is #3559C1. Grayscale: #A5A5A5. Windows color (decimal): -3496386 or 4105930. OLE color: 4105930.
HSL color Cylindrical-coordinate representation of color #CAA63E: hue angle of 44.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAA63E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 62 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.21 |
| HSL | 44.57º | 0.57% | 0.52% | - |
| HSV(B) | 44.57º | 0.69% | 0.79% | - |
| XYZ | 38.86 | 40.18 | 10.26 | - |
| YUV | 164.91 | 69.93 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 62 | 0 | 0.18 | 0.69 | 0.21 | 44.57 | 0.57 | 0.52 |
| Hex | CA | A6 | 3E | 0 | 12 | 45 | 15 | 2D | 39 | 34 |
| Octal | 312 | 246 | 76 | 0 | 22 | 105 | 25 | 55 | 71 | 64 |
| Binary | 11001010 | 10100110 | 111110 | 0 | 10010 | 1000101 | 10101 | 101101 | 111001 | 110100 |
Color Harmonies of #CAA63E
Complementary color
Monochromatic Colors of #CAA63E
Black with #CAA63E
Text Example
Text Example
White with #CAA63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA63E; }
p { color: rgb(202,166,62); }
H1.HeaderClassName
{
color: #CAA63E;
}
.AnyTagClassName
{
color: #CAA63E;
}
</style>
background-color css
<style>
a { background-color: #CAA63E; }
a { background-color: rgb(202,166,62); }
div.DivClassName
{
background-color: #CAA63E;
}
.BgClassName
{
background-color: #CAA63E;
}
</style>
border-color css
<style>
span { border-color: #CAA63E; }
span { border-color: rgb(202,166,62); }
td.TdClassName
{
border-color: #CAA63E;
}
.TagClassName
{
border-color: #CAA63E;
}
</style>