Shades of Metallic Gold #C4A736
Tints of Metallic Gold #C4A736
RGB
CMYK
RGB Variations
Color information
#C4A736 (or 0xC4A736) is known color: Metallic Gold. HEX triplet: C4, A7 and 36. RGB value is (196,167,54). Sum of RGB (Red+Green+Blue) = 196+167+54=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 167 (65.62% from 255 or 40.05% from 417); Blue value is 54 (21.48% from 255 or 12.95% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A736 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A736 is #3B58C9. Grayscale: #A3A3A3. Windows color (decimal): -3889354 or 3581892. OLE color: 3581892.
HSL color Cylindrical-coordinate representation of color #C4A736: hue angle of 47.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4A736 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 167 | 54 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.23 |
| HSL | 47.75º | 0.57% | 0.49% | - |
| HSV(B) | 47.75º | 0.72% | 0.77% | - |
| XYZ | 37.25 | 39.64 | 9.18 | - |
| YUV | 162.79 | 66.61 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 167 | 54 | 0 | 0.15 | 0.72 | 0.23 | 47.75 | 0.57 | 0.49 |
| Hex | C4 | A7 | 36 | 0 | F | 48 | 17 | 30 | 39 | 31 |
| Octal | 304 | 247 | 66 | 0 | 17 | 110 | 27 | 60 | 71 | 61 |
| Binary | 11000100 | 10100111 | 110110 | 0 | 1111 | 1001000 | 10111 | 110000 | 111001 | 110001 |
Color Harmonies of #C4A736
Complementary color
Monochromatic Colors of #C4A736
Black with #C4A736
Text Example
Text Example
White with #C4A736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A736; }
p { color: rgb(196,167,54); }
H1.HeaderClassName
{
color: #C4A736;
}
.AnyTagClassName
{
color: #C4A736;
}
</style>
background-color css
<style>
a { background-color: #C4A736; }
a { background-color: rgb(196,167,54); }
div.DivClassName
{
background-color: #C4A736;
}
.BgClassName
{
background-color: #C4A736;
}
</style>
border-color css
<style>
span { border-color: #C4A736; }
span { border-color: rgb(196,167,54); }
td.TdClassName
{
border-color: #C4A736;
}
.TagClassName
{
border-color: #C4A736;
}
</style>