Shades of Metallic Gold #CAA839
Tints of Metallic Gold #CAA839
RGB
CMYK
RGB Variations
Color information
#CAA839 (or 0xCAA839) is known color: Metallic Gold. HEX triplet: CA, A8 and 39. RGB value is (202,168,57). Sum of RGB (Red+Green+Blue) = 202+168+57=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA839 is #3557C6. Grayscale: #A5A5A5. Windows color (decimal): -3495879 or 3778762. OLE color: 3778762.
HSL color Cylindrical-coordinate representation of color #CAA839: hue angle of 45.93º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAA839 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 168 | 57 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.21 |
| HSL | 45.93º | 0.58% | 0.51% | - |
| HSV(B) | 45.93º | 0.72% | 0.79% | - |
| XYZ | 39.1 | 40.86 | 9.7 | - |
| YUV | 165.51 | 66.76 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 57 | 0 | 0.17 | 0.72 | 0.21 | 45.93 | 0.58 | 0.51 |
| Hex | CA | A8 | 39 | 0 | 11 | 48 | 15 | 2E | 3A | 33 |
| Octal | 312 | 250 | 71 | 0 | 21 | 110 | 25 | 56 | 72 | 63 |
| Binary | 11001010 | 10101000 | 111001 | 0 | 10001 | 1001000 | 10101 | 101110 | 111010 | 110011 |
Color Harmonies of #CAA839
Complementary color
Monochromatic Colors of #CAA839
Black with #CAA839
Text Example
Text Example
White with #CAA839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA839; }
p { color: rgb(202,168,57); }
H1.HeaderClassName
{
color: #CAA839;
}
.AnyTagClassName
{
color: #CAA839;
}
</style>
background-color css
<style>
a { background-color: #CAA839; }
a { background-color: rgb(202,168,57); }
div.DivClassName
{
background-color: #CAA839;
}
.BgClassName
{
background-color: #CAA839;
}
</style>
border-color css
<style>
span { border-color: #CAA839; }
span { border-color: rgb(202,168,57); }
td.TdClassName
{
border-color: #CAA839;
}
.TagClassName
{
border-color: #CAA839;
}
</style>