Shades of Metallic Gold #C8A73B
Tints of Metallic Gold #C8A73B
RGB
CMYK
RGB Variations
Color information
#C8A73B (or 0xC8A73B) is known color: Metallic Gold. HEX triplet: C8, A7 and 3B. RGB value is (200,167,59). Sum of RGB (Red+Green+Blue) = 200+167+59=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A73B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A73B is #3758C4. Grayscale: #A5A5A5. Windows color (decimal): -3627205 or 3909576. OLE color: 3909576.
HSL color Cylindrical-coordinate representation of color #C8A73B: hue angle of 45.96º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C8A73B is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 59 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.22 |
| HSL | 45.96º | 0.56% | 0.51% | - |
| HSV(B) | 45.96º | 0.71% | 0.78% | - |
| XYZ | 38.43 | 40.23 | 9.88 | - |
| YUV | 164.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 59 | 0 | 0.16 | 0.70 | 0.22 | 45.96 | 0.56 | 0.51 |
| Hex | C8 | A7 | 3B | 0 | 10 | 46 | 16 | 2E | 38 | 33 |
| Octal | 310 | 247 | 73 | 0 | 20 | 106 | 26 | 56 | 70 | 63 |
| Binary | 11001000 | 10100111 | 111011 | 0 | 10000 | 1000110 | 10110 | 101110 | 111000 | 110011 |
Color Harmonies of #C8A73B
Complementary color
Monochromatic Colors of #C8A73B
Black with #C8A73B
Text Example
Text Example
White with #C8A73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A73B; }
p { color: rgb(200,167,59); }
H1.HeaderClassName
{
color: #C8A73B;
}
.AnyTagClassName
{
color: #C8A73B;
}
</style>
background-color css
<style>
a { background-color: #C8A73B; }
a { background-color: rgb(200,167,59); }
div.DivClassName
{
background-color: #C8A73B;
}
.BgClassName
{
background-color: #C8A73B;
}
</style>
border-color css
<style>
span { border-color: #C8A73B; }
span { border-color: rgb(200,167,59); }
td.TdClassName
{
border-color: #C8A73B;
}
.TagClassName
{
border-color: #C8A73B;
}
</style>