Shades of Metallic Gold #C5A838
Tints of Metallic Gold #C5A838
RGB
CMYK
RGB Variations
Color information
#C5A838 (or 0xC5A838) is known color: Metallic Gold. HEX triplet: C5, A8 and 38. RGB value is (197,168,56). Sum of RGB (Red+Green+Blue) = 197+168+56=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 56 (22.27% from 255 or 13.30% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A838 is #3A57C7. Grayscale: #A4A4A4. Windows color (decimal): -3823560 or 3713221. OLE color: 3713221.
HSL color Cylindrical-coordinate representation of color #C5A838: hue angle of 47.66º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5A838 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 168 | 56 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.23 |
| HSL | 47.66º | 0.56% | 0.5% | - |
| HSV(B) | 47.66º | 0.72% | 0.77% | - |
| XYZ | 37.74 | 40.16 | 9.5 | - |
| YUV | 163.9 | 67.11 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 168 | 56 | 0 | 0.15 | 0.72 | 0.23 | 47.66 | 0.56 | 0.5 |
| Hex | C5 | A8 | 38 | 0 | F | 48 | 17 | 30 | 38 | 32 |
| Octal | 305 | 250 | 70 | 0 | 17 | 110 | 27 | 60 | 70 | 62 |
| Binary | 11000101 | 10101000 | 111000 | 0 | 1111 | 1001000 | 10111 | 110000 | 111000 | 110010 |
Color Harmonies of #C5A838
Complementary color
Monochromatic Colors of #C5A838
Black with #C5A838
Text Example
Text Example
White with #C5A838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A838; }
p { color: rgb(197,168,56); }
H1.HeaderClassName
{
color: #C5A838;
}
.AnyTagClassName
{
color: #C5A838;
}
</style>
background-color css
<style>
a { background-color: #C5A838; }
a { background-color: rgb(197,168,56); }
div.DivClassName
{
background-color: #C5A838;
}
.BgClassName
{
background-color: #C5A838;
}
</style>
border-color css
<style>
span { border-color: #C5A838; }
span { border-color: rgb(197,168,56); }
td.TdClassName
{
border-color: #C5A838;
}
.TagClassName
{
border-color: #C5A838;
}
</style>