Shades of Metallic Gold #C8A439
Tints of Metallic Gold #C8A439
RGB
CMYK
RGB Variations
Color information
#C8A439 (or 0xC8A439) is known color: Metallic Gold. HEX triplet: C8, A4 and 39. RGB value is (200,164,57). Sum of RGB (Red+Green+Blue) = 200+164+57=421 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.51% from 421); Green value is 164 (64.45% from 255 or 38.95% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A439 is #375BC6. Grayscale: #A3A3A3. Windows color (decimal): -3627975 or 3777736. OLE color: 3777736.
HSL color Cylindrical-coordinate representation of color #C8A439: hue angle of 44.9º 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 #C8A439 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 57 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.22 |
| HSL | 44.9º | 0.57% | 0.5% | - |
| HSV(B) | 44.9º | 0.72% | 0.78% | - |
| XYZ | 37.83 | 39.13 | 9.43 | - |
| YUV | 162.57 | 68.43 | 154.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 57 | 0 | 0.18 | 0.72 | 0.22 | 44.9 | 0.57 | 0.5 |
| Hex | C8 | A4 | 39 | 0 | 12 | 48 | 16 | 2D | 39 | 32 |
| Octal | 310 | 244 | 71 | 0 | 22 | 110 | 26 | 55 | 71 | 62 |
| Binary | 11001000 | 10100100 | 111001 | 0 | 10010 | 1001000 | 10110 | 101101 | 111001 | 110010 |
Color Harmonies of #C8A439
Complementary color
Monochromatic Colors of #C8A439
Black with #C8A439
Text Example
Text Example
White with #C8A439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A439; }
p { color: rgb(200,164,57); }
H1.HeaderClassName
{
color: #C8A439;
}
.AnyTagClassName
{
color: #C8A439;
}
</style>
background-color css
<style>
a { background-color: #C8A439; }
a { background-color: rgb(200,164,57); }
div.DivClassName
{
background-color: #C8A439;
}
.BgClassName
{
background-color: #C8A439;
}
</style>
border-color css
<style>
span { border-color: #C8A439; }
span { border-color: rgb(200,164,57); }
td.TdClassName
{
border-color: #C8A439;
}
.TagClassName
{
border-color: #C8A439;
}
</style>