Shades of Metallic Gold #CAA831
Tints of Metallic Gold #CAA831
RGB
CMYK
RGB Variations
Color information
#CAA831 (or 0xCAA831) is known color: Metallic Gold. HEX triplet: CA, A8 and 31. RGB value is (202,168,49). Sum of RGB (Red+Green+Blue) = 202+168+49=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA831 is #3557CE. Grayscale: #A5A5A5. Windows color (decimal): -3495887 or 3254474. OLE color: 3254474.
HSL color Cylindrical-coordinate representation of color #CAA831: hue angle of 46.67º 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 #CAA831 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 49 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.21 |
| HSL | 46.67º | 0.61% | 0.49% | - |
| HSV(B) | 46.67º | 0.76% | 0.79% | - |
| XYZ | 38.91 | 40.78 | 8.73 | - |
| YUV | 164.6 | 62.76 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 49 | 0 | 0.17 | 0.76 | 0.21 | 46.67 | 0.61 | 0.49 |
| Hex | CA | A8 | 31 | 0 | 11 | 4C | 15 | 2F | 3D | 31 |
| Octal | 312 | 250 | 61 | 0 | 21 | 114 | 25 | 57 | 75 | 61 |
| Binary | 11001010 | 10101000 | 110001 | 0 | 10001 | 1001100 | 10101 | 101111 | 111101 | 110001 |
Color Harmonies of #CAA831
Complementary color
Monochromatic Colors of #CAA831
Black with #CAA831
Text Example
Text Example
White with #CAA831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA831; }
p { color: rgb(202,168,49); }
H1.HeaderClassName
{
color: #CAA831;
}
.AnyTagClassName
{
color: #CAA831;
}
</style>
background-color css
<style>
a { background-color: #CAA831; }
a { background-color: rgb(202,168,49); }
div.DivClassName
{
background-color: #CAA831;
}
.BgClassName
{
background-color: #CAA831;
}
</style>
border-color css
<style>
span { border-color: #CAA831; }
span { border-color: rgb(202,168,49); }
td.TdClassName
{
border-color: #CAA831;
}
.TagClassName
{
border-color: #CAA831;
}
</style>