Shades of Metallic Gold #CAA231
Tints of Metallic Gold #CAA231
RGB
CMYK
RGB Variations
Color information
#CAA231 (or 0xCAA231) is known color: Metallic Gold. HEX triplet: CA, A2 and 31. RGB value is (202,162,49). Sum of RGB (Red+Green+Blue) = 202+162+49=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 162 (63.67% from 255 or 39.23% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA231 is #355DCE. Grayscale: #A1A1A1. Windows color (decimal): -3497423 or 3252938. OLE color: 3252938.
HSL color Cylindrical-coordinate representation of color #CAA231: hue angle of 44.31º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAA231 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 162 | 49 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.21 |
| HSL | 44.31º | 0.61% | 0.49% | - |
| HSV(B) | 44.31º | 0.76% | 0.79% | - |
| XYZ | 37.83 | 38.62 | 8.37 | - |
| YUV | 161.08 | 64.75 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 162 | 49 | 0 | 0.20 | 0.76 | 0.21 | 44.31 | 0.61 | 0.49 |
| Hex | CA | A2 | 31 | 0 | 14 | 4C | 15 | 2C | 3D | 31 |
| Octal | 312 | 242 | 61 | 0 | 24 | 114 | 25 | 54 | 75 | 61 |
| Binary | 11001010 | 10100010 | 110001 | 0 | 10100 | 1001100 | 10101 | 101100 | 111101 | 110001 |
Color Harmonies of #CAA231
Complementary color
Monochromatic Colors of #CAA231
Black with #CAA231
Text Example
Text Example
White with #CAA231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA231; }
p { color: rgb(202,162,49); }
H1.HeaderClassName
{
color: #CAA231;
}
.AnyTagClassName
{
color: #CAA231;
}
</style>
background-color css
<style>
a { background-color: #CAA231; }
a { background-color: rgb(202,162,49); }
div.DivClassName
{
background-color: #CAA231;
}
.BgClassName
{
background-color: #CAA231;
}
</style>
border-color css
<style>
span { border-color: #CAA231; }
span { border-color: rgb(202,162,49); }
td.TdClassName
{
border-color: #CAA231;
}
.TagClassName
{
border-color: #CAA231;
}
</style>