Shades of Metallic Gold #C4A439
Tints of Metallic Gold #C4A439
RGB
CMYK
RGB Variations
Color information
#C4A439 (or 0xC4A439) is known color: Metallic Gold. HEX triplet: C4, A4 and 39. RGB value is (196,164,57). Sum of RGB (Red+Green+Blue) = 196+164+57=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 57 (22.66% from 255 or 13.67% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A439 is #3B5BC6. Grayscale: #A1A1A1. Windows color (decimal): -3890119 or 3777732. OLE color: 3777732.
HSL color Cylindrical-coordinate representation of color #C4A439: hue angle of 46.19º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C4A439 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 164 | 57 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.23 |
| HSL | 46.19º | 0.55% | 0.5% | - |
| HSV(B) | 46.19º | 0.71% | 0.77% | - |
| XYZ | 36.78 | 38.58 | 9.38 | - |
| YUV | 161.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 164 | 57 | 0 | 0.16 | 0.71 | 0.23 | 46.19 | 0.55 | 0.5 |
| Hex | C4 | A4 | 39 | 0 | 10 | 47 | 17 | 2E | 37 | 32 |
| Octal | 304 | 244 | 71 | 0 | 20 | 107 | 27 | 56 | 67 | 62 |
| Binary | 11000100 | 10100100 | 111001 | 0 | 10000 | 1000111 | 10111 | 101110 | 110111 | 110010 |
Color Harmonies of #C4A439
Complementary color
Monochromatic Colors of #C4A439
Black with #C4A439
Text Example
Text Example
White with #C4A439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A439; }
p { color: rgb(196,164,57); }
H1.HeaderClassName
{
color: #C4A439;
}
.AnyTagClassName
{
color: #C4A439;
}
</style>
background-color css
<style>
a { background-color: #C4A439; }
a { background-color: rgb(196,164,57); }
div.DivClassName
{
background-color: #C4A439;
}
.BgClassName
{
background-color: #C4A439;
}
</style>
border-color css
<style>
span { border-color: #C4A439; }
span { border-color: rgb(196,164,57); }
td.TdClassName
{
border-color: #C4A439;
}
.TagClassName
{
border-color: #C4A439;
}
</style>