Shades of Metallic Gold #C5AA33
Tints of Metallic Gold #C5AA33
RGB
CMYK
RGB Variations
Color information
#C5AA33 (or 0xC5AA33) is known color: Metallic Gold. HEX triplet: C5, AA and 33. RGB value is (197,170,51). Sum of RGB (Red+Green+Blue) = 197+170+51=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AA33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AA33 is #3A55CC. Grayscale: #A5A5A5. Windows color (decimal): -3823053 or 3386053. OLE color: 3386053.
HSL color Cylindrical-coordinate representation of color #C5AA33: hue angle of 48.9º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5AA33 is Cyan = 0, Magento = 0.14, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 51 | - |
| CMYK | 0 | 0.14 | 0.74 | 0.23 |
| HSL | 48.9º | 0.59% | 0.49% | - |
| HSV(B) | 48.9º | 0.74% | 0.77% | - |
| XYZ | 38 | 40.86 | 9.02 | - |
| YUV | 164.51 | 63.95 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 51 | 0 | 0.14 | 0.74 | 0.23 | 48.9 | 0.59 | 0.49 |
| Hex | C5 | AA | 33 | 0 | E | 4A | 17 | 31 | 3B | 31 |
| Octal | 305 | 252 | 63 | 0 | 16 | 112 | 27 | 61 | 73 | 61 |
| Binary | 11000101 | 10101010 | 110011 | 0 | 1110 | 1001010 | 10111 | 110001 | 111011 | 110001 |
Color Harmonies of #C5AA33
Complementary color
Monochromatic Colors of #C5AA33
Black with #C5AA33
Text Example
Text Example
White with #C5AA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AA33; }
p { color: rgb(197,170,51); }
H1.HeaderClassName
{
color: #C5AA33;
}
.AnyTagClassName
{
color: #C5AA33;
}
</style>
background-color css
<style>
a { background-color: #C5AA33; }
a { background-color: rgb(197,170,51); }
div.DivClassName
{
background-color: #C5AA33;
}
.BgClassName
{
background-color: #C5AA33;
}
</style>
border-color css
<style>
span { border-color: #C5AA33; }
span { border-color: rgb(197,170,51); }
td.TdClassName
{
border-color: #C5AA33;
}
.TagClassName
{
border-color: #C5AA33;
}
</style>