Shades of Metallic Gold #C8A733
Tints of Metallic Gold #C8A733
RGB
CMYK
RGB Variations
Color information
#C8A733 (or 0xC8A733) is known color: Metallic Gold. HEX triplet: C8, A7 and 33. RGB value is (200,167,51). Sum of RGB (Red+Green+Blue) = 200+167+51=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A733 is #3758CC. Grayscale: #A4A4A4. Windows color (decimal): -3627213 or 3385288. OLE color: 3385288.
HSL color Cylindrical-coordinate representation of color #C8A733: hue angle of 46.71º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8A733 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 51 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.22 |
| HSL | 46.71º | 0.59% | 0.49% | - |
| HSV(B) | 46.71º | 0.75% | 0.78% | - |
| XYZ | 38.24 | 40.16 | 8.87 | - |
| YUV | 163.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 51 | 0 | 0.16 | 0.74 | 0.22 | 46.71 | 0.59 | 0.49 |
| Hex | C8 | A7 | 33 | 0 | 10 | 4A | 16 | 2F | 3B | 31 |
| Octal | 310 | 247 | 63 | 0 | 20 | 112 | 26 | 57 | 73 | 61 |
| Binary | 11001000 | 10100111 | 110011 | 0 | 10000 | 1001010 | 10110 | 101111 | 111011 | 110001 |
Color Harmonies of #C8A733
Complementary color
Monochromatic Colors of #C8A733
Black with #C8A733
Text Example
Text Example
White with #C8A733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A733; }
p { color: rgb(200,167,51); }
H1.HeaderClassName
{
color: #C8A733;
}
.AnyTagClassName
{
color: #C8A733;
}
</style>
background-color css
<style>
a { background-color: #C8A733; }
a { background-color: rgb(200,167,51); }
div.DivClassName
{
background-color: #C8A733;
}
.BgClassName
{
background-color: #C8A733;
}
</style>
border-color css
<style>
span { border-color: #C8A733; }
span { border-color: rgb(200,167,51); }
td.TdClassName
{
border-color: #C8A733;
}
.TagClassName
{
border-color: #C8A733;
}
</style>