Shades of Metallic Gold #C5A733
Tints of Metallic Gold #C5A733
RGB
CMYK
RGB Variations
Color information
#C5A733 (or 0xC5A733) is known color: Metallic Gold. HEX triplet: C5, A7 and 33. RGB value is (197,167,51). Sum of RGB (Red+Green+Blue) = 197+167+51=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 167 (65.62% from 255 or 40.24% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A733 is #3A58CC. Grayscale: #A3A3A3. Windows color (decimal): -3823821 or 3385285. OLE color: 3385285.
HSL color Cylindrical-coordinate representation of color #C5A733: hue angle of 47.67º 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 #C5A733 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 167 | 51 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.23 |
| HSL | 47.67º | 0.59% | 0.49% | - |
| HSV(B) | 47.67º | 0.74% | 0.77% | - |
| XYZ | 37.44 | 39.75 | 8.83 | - |
| YUV | 162.75 | 64.94 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 167 | 51 | 0 | 0.15 | 0.74 | 0.23 | 47.67 | 0.59 | 0.49 |
| Hex | C5 | A7 | 33 | 0 | F | 4A | 17 | 30 | 3B | 31 |
| Octal | 305 | 247 | 63 | 0 | 17 | 112 | 27 | 60 | 73 | 61 |
| Binary | 11000101 | 10100111 | 110011 | 0 | 1111 | 1001010 | 10111 | 110000 | 111011 | 110001 |
Color Harmonies of #C5A733
Complementary color
Monochromatic Colors of #C5A733
Black with #C5A733
Text Example
Text Example
White with #C5A733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A733; }
p { color: rgb(197,167,51); }
H1.HeaderClassName
{
color: #C5A733;
}
.AnyTagClassName
{
color: #C5A733;
}
</style>
background-color css
<style>
a { background-color: #C5A733; }
a { background-color: rgb(197,167,51); }
div.DivClassName
{
background-color: #C5A733;
}
.BgClassName
{
background-color: #C5A733;
}
</style>
border-color css
<style>
span { border-color: #C5A733; }
span { border-color: rgb(197,167,51); }
td.TdClassName
{
border-color: #C5A733;
}
.TagClassName
{
border-color: #C5A733;
}
</style>