Shades of Metallic Gold #CAA33A
Tints of Metallic Gold #CAA33A
RGB
CMYK
RGB Variations
Color information
#CAA33A (or 0xCAA33A) is known color: Metallic Gold. HEX triplet: CA, A3 and 3A. RGB value is (202,163,58). Sum of RGB (Red+Green+Blue) = 202+163+58=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 58 (23.05% from 255 or 13.71% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA33A is #355CC5. Grayscale: #A3A3A3. Windows color (decimal): -3497158 or 3843018. OLE color: 3843018.
HSL color Cylindrical-coordinate representation of color #CAA33A: hue angle of 43.75º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CAA33A is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 58 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.21 |
| HSL | 43.75º | 0.58% | 0.51% | - |
| HSV(B) | 43.75º | 0.71% | 0.79% | - |
| XYZ | 38.22 | 39.06 | 9.53 | - |
| YUV | 162.69 | 68.92 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 58 | 0 | 0.19 | 0.71 | 0.21 | 43.75 | 0.58 | 0.51 |
| Hex | CA | A3 | 3A | 0 | 13 | 47 | 15 | 2C | 3A | 33 |
| Octal | 312 | 243 | 72 | 0 | 23 | 107 | 25 | 54 | 72 | 63 |
| Binary | 11001010 | 10100011 | 111010 | 0 | 10011 | 1000111 | 10101 | 101100 | 111010 | 110011 |
Color Harmonies of #CAA33A
Complementary color
Monochromatic Colors of #CAA33A
Black with #CAA33A
Text Example
Text Example
White with #CAA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA33A; }
p { color: rgb(202,163,58); }
H1.HeaderClassName
{
color: #CAA33A;
}
.AnyTagClassName
{
color: #CAA33A;
}
</style>
background-color css
<style>
a { background-color: #CAA33A; }
a { background-color: rgb(202,163,58); }
div.DivClassName
{
background-color: #CAA33A;
}
.BgClassName
{
background-color: #CAA33A;
}
</style>
border-color css
<style>
span { border-color: #CAA33A; }
span { border-color: rgb(202,163,58); }
td.TdClassName
{
border-color: #CAA33A;
}
.TagClassName
{
border-color: #CAA33A;
}
</style>