Shades of Metallic Gold #CAA52D
Tints of Metallic Gold #CAA52D
RGB
CMYK
RGB Variations
Color information
#CAA52D (or 0xCAA52D) is known color: Metallic Gold. HEX triplet: CA, A5 and 2D. RGB value is (202,165,45). Sum of RGB (Red+Green+Blue) = 202+165+45=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 165 (64.84% from 255 or 40.05% from 412); Blue value is 45 (17.97% from 255 or 10.92% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA52D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA52D is #355AD2. Grayscale: #A2A2A2. Windows color (decimal): -3496659 or 2991562. OLE color: 2991562.
HSL color Cylindrical-coordinate representation of color #CAA52D: hue angle of 45.86º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CAA52D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 45 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.21 |
| HSL | 45.86º | 0.64% | 0.48% | - |
| HSV(B) | 45.86º | 0.78% | 0.79% | - |
| XYZ | 38.29 | 39.66 | 8.12 | - |
| YUV | 162.38 | 61.76 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 45 | 0 | 0.18 | 0.78 | 0.21 | 45.86 | 0.64 | 0.48 |
| Hex | CA | A5 | 2D | 0 | 12 | 4E | 15 | 2E | 40 | 30 |
| Octal | 312 | 245 | 55 | 0 | 22 | 116 | 25 | 56 | 100 | 60 |
| Binary | 11001010 | 10100101 | 101101 | 0 | 10010 | 1001110 | 10101 | 101110 | 1000000 | 110000 |
Color Harmonies of #CAA52D
Complementary color
Monochromatic Colors of #CAA52D
Black with #CAA52D
Text Example
Text Example
White with #CAA52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA52D; }
p { color: rgb(202,165,45); }
H1.HeaderClassName
{
color: #CAA52D;
}
.AnyTagClassName
{
color: #CAA52D;
}
</style>
background-color css
<style>
a { background-color: #CAA52D; }
a { background-color: rgb(202,165,45); }
div.DivClassName
{
background-color: #CAA52D;
}
.BgClassName
{
background-color: #CAA52D;
}
</style>
border-color css
<style>
span { border-color: #CAA52D; }
span { border-color: rgb(202,165,45); }
td.TdClassName
{
border-color: #CAA52D;
}
.TagClassName
{
border-color: #CAA52D;
}
</style>