Shades of Metallic Gold #C8A83B
Tints of Metallic Gold #C8A83B
RGB
CMYK
RGB Variations
Color information
#C8A83B (or 0xC8A83B) is known color: Metallic Gold. HEX triplet: C8, A8 and 3B. RGB value is (200,168,59). Sum of RGB (Red+Green+Blue) = 200+168+59=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A83B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A83B is #3757C4. Grayscale: #A5A5A5. Windows color (decimal): -3626949 or 3909832. OLE color: 3909832.
HSL color Cylindrical-coordinate representation of color #C8A83B: hue angle of 46.38º 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 #C8A83B is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 59 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.22 |
| HSL | 46.38º | 0.56% | 0.51% | - |
| HSV(B) | 46.38º | 0.71% | 0.78% | - |
| XYZ | 38.61 | 40.6 | 9.94 | - |
| YUV | 165.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 59 | 0 | 0.16 | 0.70 | 0.22 | 46.38 | 0.56 | 0.51 |
| Hex | C8 | A8 | 3B | 0 | 10 | 46 | 16 | 2E | 38 | 33 |
| Octal | 310 | 250 | 73 | 0 | 20 | 106 | 26 | 56 | 70 | 63 |
| Binary | 11001000 | 10101000 | 111011 | 0 | 10000 | 1000110 | 10110 | 101110 | 111000 | 110011 |
Color Harmonies of #C8A83B
Complementary color
Monochromatic Colors of #C8A83B
Black with #C8A83B
Text Example
Text Example
White with #C8A83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A83B; }
p { color: rgb(200,168,59); }
H1.HeaderClassName
{
color: #C8A83B;
}
.AnyTagClassName
{
color: #C8A83B;
}
</style>
background-color css
<style>
a { background-color: #C8A83B; }
a { background-color: rgb(200,168,59); }
div.DivClassName
{
background-color: #C8A83B;
}
.BgClassName
{
background-color: #C8A83B;
}
</style>
border-color css
<style>
span { border-color: #C8A83B; }
span { border-color: rgb(200,168,59); }
td.TdClassName
{
border-color: #C8A83B;
}
.TagClassName
{
border-color: #C8A83B;
}
</style>