Shades of Metallic Gold #CAA334
Tints of Metallic Gold #CAA334
RGB
CMYK
RGB Variations
Color information
#CAA334 (or 0xCAA334) is known color: Metallic Gold. HEX triplet: CA, A3 and 34. RGB value is (202,163,52). Sum of RGB (Red+Green+Blue) = 202+163+52=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 52 (20.70% from 255 or 12.47% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA334 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA334 is #355CCB. Grayscale: #A2A2A2. Windows color (decimal): -3497164 or 3449802. OLE color: 3449802.
HSL color Cylindrical-coordinate representation of color #CAA334: hue angle of 44.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAA334 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 52 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.21 |
| HSL | 44.4º | 0.59% | 0.5% | - |
| HSV(B) | 44.4º | 0.74% | 0.79% | - |
| XYZ | 38.07 | 39 | 8.77 | - |
| YUV | 162.01 | 65.92 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 52 | 0 | 0.19 | 0.74 | 0.21 | 44.4 | 0.59 | 0.5 |
| Hex | CA | A3 | 34 | 0 | 13 | 4A | 15 | 2C | 3B | 32 |
| Octal | 312 | 243 | 64 | 0 | 23 | 112 | 25 | 54 | 73 | 62 |
| Binary | 11001010 | 10100011 | 110100 | 0 | 10011 | 1001010 | 10101 | 101100 | 111011 | 110010 |
Color Harmonies of #CAA334
Complementary color
Monochromatic Colors of #CAA334
Black with #CAA334
Text Example
Text Example
White with #CAA334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA334; }
p { color: rgb(202,163,52); }
H1.HeaderClassName
{
color: #CAA334;
}
.AnyTagClassName
{
color: #CAA334;
}
</style>
background-color css
<style>
a { background-color: #CAA334; }
a { background-color: rgb(202,163,52); }
div.DivClassName
{
background-color: #CAA334;
}
.BgClassName
{
background-color: #CAA334;
}
</style>
border-color css
<style>
span { border-color: #CAA334; }
span { border-color: rgb(202,163,52); }
td.TdClassName
{
border-color: #CAA334;
}
.TagClassName
{
border-color: #CAA334;
}
</style>