Shades of Metallic Gold #C8A438
Tints of Metallic Gold #C8A438
RGB
CMYK
RGB Variations
Color information
#C8A438 (or 0xC8A438) is known color: Metallic Gold. HEX triplet: C8, A4 and 38. RGB value is (200,164,56). Sum of RGB (Red+Green+Blue) = 200+164+56=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A438 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A438 is #375BC7. Grayscale: #A2A2A2. Windows color (decimal): -3627976 or 3712200. OLE color: 3712200.
HSL color Cylindrical-coordinate representation of color #C8A438: hue angle of 45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8A438 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 56 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.22 |
| HSL | 45º | 0.57% | 0.5% | - |
| HSV(B) | 45º | 0.72% | 0.78% | - |
| XYZ | 37.81 | 39.12 | 9.3 | - |
| YUV | 162.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 56 | 0 | 0.18 | 0.72 | 0.22 | 45 | 0.57 | 0.5 |
| Hex | C8 | A4 | 38 | 0 | 12 | 48 | 16 | 2D | 39 | 32 |
| Octal | 310 | 244 | 70 | 0 | 22 | 110 | 26 | 55 | 71 | 62 |
| Binary | 11001000 | 10100100 | 111000 | 0 | 10010 | 1001000 | 10110 | 101101 | 111001 | 110010 |
Color Harmonies of #C8A438
Complementary color
Monochromatic Colors of #C8A438
Black with #C8A438
Text Example
Text Example
White with #C8A438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A438; }
p { color: rgb(200,164,56); }
H1.HeaderClassName
{
color: #C8A438;
}
.AnyTagClassName
{
color: #C8A438;
}
</style>
background-color css
<style>
a { background-color: #C8A438; }
a { background-color: rgb(200,164,56); }
div.DivClassName
{
background-color: #C8A438;
}
.BgClassName
{
background-color: #C8A438;
}
</style>
border-color css
<style>
span { border-color: #C8A438; }
span { border-color: rgb(200,164,56); }
td.TdClassName
{
border-color: #C8A438;
}
.TagClassName
{
border-color: #C8A438;
}
</style>