Shades of Metallic Gold #C7A83B
Tints of Metallic Gold #C7A83B
RGB
CMYK
RGB Variations
Color information
#C7A83B (or 0xC7A83B) is known color: Metallic Gold. HEX triplet: C7, A8 and 3B. RGB value is (199,168,59). Sum of RGB (Red+Green+Blue) = 199+168+59=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7A83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7A83B is #3857C4. Grayscale: #A5A5A5. Windows color (decimal): -3692485 or 3909831. OLE color: 3909831.
HSL color Cylindrical-coordinate representation of color #C7A83B: hue angle of 46.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7A83B is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 168 | 59 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.22 |
| HSL | 46.71º | 0.56% | 0.51% | - |
| HSV(B) | 46.71º | 0.7% | 0.78% | - |
| XYZ | 38.35 | 40.46 | 9.93 | - |
| YUV | 164.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 168 | 59 | 0 | 0.16 | 0.70 | 0.22 | 46.71 | 0.56 | 0.51 |
| Hex | C7 | A8 | 3B | 0 | 10 | 46 | 16 | 2F | 38 | 33 |
| Octal | 307 | 250 | 73 | 0 | 20 | 106 | 26 | 57 | 70 | 63 |
| Binary | 11000111 | 10101000 | 111011 | 0 | 10000 | 1000110 | 10110 | 101111 | 111000 | 110011 |
Color Harmonies of #C7A83B
Complementary color
Monochromatic Colors of #C7A83B
Black with #C7A83B
Text Example
Text Example
White with #C7A83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A83B; }
p { color: rgb(199,168,59); }
H1.HeaderClassName
{
color: #C7A83B;
}
.AnyTagClassName
{
color: #C7A83B;
}
</style>
background-color css
<style>
a { background-color: #C7A83B; }
a { background-color: rgb(199,168,59); }
div.DivClassName
{
background-color: #C7A83B;
}
.BgClassName
{
background-color: #C7A83B;
}
</style>
border-color css
<style>
span { border-color: #C7A83B; }
span { border-color: rgb(199,168,59); }
td.TdClassName
{
border-color: #C7A83B;
}
.TagClassName
{
border-color: #C7A83B;
}
</style>