Shades of Metallic Gold #C4A539
Tints of Metallic Gold #C4A539
RGB
CMYK
RGB Variations
Color information
#C4A539 (or 0xC4A539) is known color: Metallic Gold. HEX triplet: C4, A5 and 39. RGB value is (196,165,57). Sum of RGB (Red+Green+Blue) = 196+165+57=418 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.89% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 57 (22.66% from 255 or 13.64% from 418); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A539 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A539 is #3B5AC6. Grayscale: #A2A2A2. Windows color (decimal): -3889863 or 3777988. OLE color: 3777988.
HSL color Cylindrical-coordinate representation of color #C4A539: hue angle of 46.62º 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 #C4A539 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 165 | 57 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.23 |
| HSL | 46.62º | 0.55% | 0.5% | - |
| HSV(B) | 46.62º | 0.71% | 0.77% | - |
| XYZ | 36.96 | 38.94 | 9.44 | - |
| YUV | 161.96 | 68.77 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 165 | 57 | 0 | 0.16 | 0.71 | 0.23 | 46.62 | 0.55 | 0.5 |
| Hex | C4 | A5 | 39 | 0 | 10 | 47 | 17 | 2F | 37 | 32 |
| Octal | 304 | 245 | 71 | 0 | 20 | 107 | 27 | 57 | 67 | 62 |
| Binary | 11000100 | 10100101 | 111001 | 0 | 10000 | 1000111 | 10111 | 101111 | 110111 | 110010 |
Color Harmonies of #C4A539
Complementary color
Monochromatic Colors of #C4A539
Black with #C4A539
Text Example
Text Example
White with #C4A539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A539; }
p { color: rgb(196,165,57); }
H1.HeaderClassName
{
color: #C4A539;
}
.AnyTagClassName
{
color: #C4A539;
}
</style>
background-color css
<style>
a { background-color: #C4A539; }
a { background-color: rgb(196,165,57); }
div.DivClassName
{
background-color: #C4A539;
}
.BgClassName
{
background-color: #C4A539;
}
</style>
border-color css
<style>
span { border-color: #C4A539; }
span { border-color: rgb(196,165,57); }
td.TdClassName
{
border-color: #C4A539;
}
.TagClassName
{
border-color: #C4A539;
}
</style>