Shades of Metallic Gold #CAA43C
Tints of Metallic Gold #CAA43C
RGB
CMYK
RGB Variations
Color information
#CAA43C (or 0xCAA43C) is known color: Metallic Gold. HEX triplet: CA, A4 and 3C. RGB value is (202,164,60). Sum of RGB (Red+Green+Blue) = 202+164+60=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA43C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA43C is #355BC3. Grayscale: #A3A3A3. Windows color (decimal): -3496900 or 3974346. OLE color: 3974346.
HSL color Cylindrical-coordinate representation of color #CAA43C: hue angle of 43.94º 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 #CAA43C is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 60 | - |
| CMYK | 0 | 0.19 | 0.70 | 0.21 |
| HSL | 43.94º | 0.57% | 0.51% | - |
| HSV(B) | 43.94º | 0.7% | 0.79% | - |
| XYZ | 38.45 | 39.43 | 9.86 | - |
| YUV | 163.51 | 69.59 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 60 | 0 | 0.19 | 0.70 | 0.21 | 43.94 | 0.57 | 0.51 |
| Hex | CA | A4 | 3C | 0 | 13 | 46 | 15 | 2C | 39 | 33 |
| Octal | 312 | 244 | 74 | 0 | 23 | 106 | 25 | 54 | 71 | 63 |
| Binary | 11001010 | 10100100 | 111100 | 0 | 10011 | 1000110 | 10101 | 101100 | 111001 | 110011 |
Color Harmonies of #CAA43C
Complementary color
Monochromatic Colors of #CAA43C
Black with #CAA43C
Text Example
Text Example
White with #CAA43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA43C; }
p { color: rgb(202,164,60); }
H1.HeaderClassName
{
color: #CAA43C;
}
.AnyTagClassName
{
color: #CAA43C;
}
</style>
background-color css
<style>
a { background-color: #CAA43C; }
a { background-color: rgb(202,164,60); }
div.DivClassName
{
background-color: #CAA43C;
}
.BgClassName
{
background-color: #CAA43C;
}
</style>
border-color css
<style>
span { border-color: #CAA43C; }
span { border-color: rgb(202,164,60); }
td.TdClassName
{
border-color: #CAA43C;
}
.TagClassName
{
border-color: #CAA43C;
}
</style>