Shades of Metallic Gold #CAA631
Tints of Metallic Gold #CAA631
RGB
CMYK
RGB Variations
Color information
#CAA631 (or 0xCAA631) is known color: Metallic Gold. HEX triplet: CA, A6 and 31. RGB value is (202,166,49). Sum of RGB (Red+Green+Blue) = 202+166+49=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 166 (65.23% from 255 or 39.81% from 417); Blue value is 49 (19.53% from 255 or 11.75% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA631 is #3559CE. Grayscale: #A3A3A3. Windows color (decimal): -3496399 or 3253962. OLE color: 3253962.
HSL color Cylindrical-coordinate representation of color #CAA631: hue angle of 45.88º 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 #CAA631 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 166 | 49 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.21 |
| HSL | 45.88º | 0.61% | 0.49% | - |
| HSV(B) | 45.88º | 0.76% | 0.79% | - |
| XYZ | 38.55 | 40.05 | 8.6 | - |
| YUV | 163.43 | 63.43 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 166 | 49 | 0 | 0.18 | 0.76 | 0.21 | 45.88 | 0.61 | 0.49 |
| Hex | CA | A6 | 31 | 0 | 12 | 4C | 15 | 2E | 3D | 31 |
| Octal | 312 | 246 | 61 | 0 | 22 | 114 | 25 | 56 | 75 | 61 |
| Binary | 11001010 | 10100110 | 110001 | 0 | 10010 | 1001100 | 10101 | 101110 | 111101 | 110001 |
Color Harmonies of #CAA631
Complementary color
Monochromatic Colors of #CAA631
Black with #CAA631
Text Example
Text Example
White with #CAA631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA631; }
p { color: rgb(202,166,49); }
H1.HeaderClassName
{
color: #CAA631;
}
.AnyTagClassName
{
color: #CAA631;
}
</style>
background-color css
<style>
a { background-color: #CAA631; }
a { background-color: rgb(202,166,49); }
div.DivClassName
{
background-color: #CAA631;
}
.BgClassName
{
background-color: #CAA631;
}
</style>
border-color css
<style>
span { border-color: #CAA631; }
span { border-color: rgb(202,166,49); }
td.TdClassName
{
border-color: #CAA631;
}
.TagClassName
{
border-color: #CAA631;
}
</style>