Shades of Metallic Gold #C4A834
Tints of Metallic Gold #C4A834
RGB
CMYK
RGB Variations
Color information
#C4A834 (or 0xC4A834) is known color: Metallic Gold. HEX triplet: C4, A8 and 34. RGB value is (196,168,52). Sum of RGB (Red+Green+Blue) = 196+168+52=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A834 is #3B57CB. Grayscale: #A3A3A3. Windows color (decimal): -3889100 or 3451076. OLE color: 3451076.
HSL color Cylindrical-coordinate representation of color #C4A834: hue angle of 48.33º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4A834 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 168 | 52 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.23 |
| HSL | 48.33º | 0.58% | 0.49% | - |
| HSV(B) | 48.33º | 0.73% | 0.77% | - |
| XYZ | 37.39 | 39.99 | 9 | - |
| YUV | 163.15 | 65.28 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 168 | 52 | 0 | 0.14 | 0.73 | 0.23 | 48.33 | 0.58 | 0.49 |
| Hex | C4 | A8 | 34 | 0 | E | 49 | 17 | 30 | 3A | 31 |
| Octal | 304 | 250 | 64 | 0 | 16 | 111 | 27 | 60 | 72 | 61 |
| Binary | 11000100 | 10101000 | 110100 | 0 | 1110 | 1001001 | 10111 | 110000 | 111010 | 110001 |
Color Harmonies of #C4A834
Complementary color
Monochromatic Colors of #C4A834
Black with #C4A834
Text Example
Text Example
White with #C4A834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A834; }
p { color: rgb(196,168,52); }
H1.HeaderClassName
{
color: #C4A834;
}
.AnyTagClassName
{
color: #C4A834;
}
</style>
background-color css
<style>
a { background-color: #C4A834; }
a { background-color: rgb(196,168,52); }
div.DivClassName
{
background-color: #C4A834;
}
.BgClassName
{
background-color: #C4A834;
}
</style>
border-color css
<style>
span { border-color: #C4A834; }
span { border-color: rgb(196,168,52); }
td.TdClassName
{
border-color: #C4A834;
}
.TagClassName
{
border-color: #C4A834;
}
</style>