Shades of Metallic Gold #CAA53C
Tints of Metallic Gold #CAA53C
RGB
CMYK
RGB Variations
Color information
#CAA53C (or 0xCAA53C) is known color: Metallic Gold. HEX triplet: CA, A5 and 3C. RGB value is (202,165,60). Sum of RGB (Red+Green+Blue) = 202+165+60=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA53C is #355AC3. Grayscale: #A4A4A4. Windows color (decimal): -3496644 or 3974602. OLE color: 3974602.
HSL color Cylindrical-coordinate representation of color #CAA53C: hue angle of 44.37º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAA53C is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 60 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.21 |
| HSL | 44.37º | 0.57% | 0.51% | - |
| HSV(B) | 44.37º | 0.7% | 0.79% | - |
| XYZ | 38.63 | 39.79 | 9.92 | - |
| YUV | 164.09 | 69.26 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 60 | 0 | 0.18 | 0.70 | 0.21 | 44.37 | 0.57 | 0.51 |
| Hex | CA | A5 | 3C | 0 | 12 | 46 | 15 | 2C | 39 | 33 |
| Octal | 312 | 245 | 74 | 0 | 22 | 106 | 25 | 54 | 71 | 63 |
| Binary | 11001010 | 10100101 | 111100 | 0 | 10010 | 1000110 | 10101 | 101100 | 111001 | 110011 |
Color Harmonies of #CAA53C
Complementary color
Monochromatic Colors of #CAA53C
Black with #CAA53C
Text Example
Text Example
White with #CAA53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA53C; }
p { color: rgb(202,165,60); }
H1.HeaderClassName
{
color: #CAA53C;
}
.AnyTagClassName
{
color: #CAA53C;
}
</style>
background-color css
<style>
a { background-color: #CAA53C; }
a { background-color: rgb(202,165,60); }
div.DivClassName
{
background-color: #CAA53C;
}
.BgClassName
{
background-color: #CAA53C;
}
</style>
border-color css
<style>
span { border-color: #CAA53C; }
span { border-color: rgb(202,165,60); }
td.TdClassName
{
border-color: #CAA53C;
}
.TagClassName
{
border-color: #CAA53C;
}
</style>