Shades of Metallic Gold #CAA537
Tints of Metallic Gold #CAA537
RGB
CMYK
RGB Variations
Color information
#CAA537 (or 0xCAA537) is known color: Metallic Gold. HEX triplet: CA, A5 and 37. RGB value is (202,165,55). Sum of RGB (Red+Green+Blue) = 202+165+55=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA537 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA537 is #355AC8. Grayscale: #A4A4A4. Windows color (decimal): -3496649 or 3646922. OLE color: 3646922.
HSL color Cylindrical-coordinate representation of color #CAA537: hue angle of 44.9º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAA537 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 55 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.21 |
| HSL | 44.9º | 0.58% | 0.5% | - |
| HSV(B) | 44.9º | 0.73% | 0.79% | - |
| XYZ | 38.5 | 39.74 | 9.26 | - |
| YUV | 163.52 | 66.76 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 55 | 0 | 0.18 | 0.73 | 0.21 | 44.9 | 0.58 | 0.5 |
| Hex | CA | A5 | 37 | 0 | 12 | 49 | 15 | 2D | 3A | 32 |
| Octal | 312 | 245 | 67 | 0 | 22 | 111 | 25 | 55 | 72 | 62 |
| Binary | 11001010 | 10100101 | 110111 | 0 | 10010 | 1001001 | 10101 | 101101 | 111010 | 110010 |
Color Harmonies of #CAA537
Complementary color
Monochromatic Colors of #CAA537
Black with #CAA537
Text Example
Text Example
White with #CAA537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA537; }
p { color: rgb(202,165,55); }
H1.HeaderClassName
{
color: #CAA537;
}
.AnyTagClassName
{
color: #CAA537;
}
</style>
background-color css
<style>
a { background-color: #CAA537; }
a { background-color: rgb(202,165,55); }
div.DivClassName
{
background-color: #CAA537;
}
.BgClassName
{
background-color: #CAA537;
}
</style>
border-color css
<style>
span { border-color: #CAA537; }
span { border-color: rgb(202,165,55); }
td.TdClassName
{
border-color: #CAA537;
}
.TagClassName
{
border-color: #CAA537;
}
</style>