Shades of Metallic Gold #C8A82D
Tints of Metallic Gold #C8A82D
RGB
CMYK
RGB Variations
Color information
#C8A82D (or 0xC8A82D) is known color: Metallic Gold. HEX triplet: C8, A8 and 2D. RGB value is (200,168,45). Sum of RGB (Red+Green+Blue) = 200+168+45=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A82D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A82D is #3757D2. Grayscale: #A4A4A4. Windows color (decimal): -3626963 or 2992328. OLE color: 2992328.
HSL color Cylindrical-coordinate representation of color #C8A82D: hue angle of 47.61º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8A82D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 45 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.22 |
| HSL | 47.61º | 0.63% | 0.48% | - |
| HSV(B) | 47.61º | 0.78% | 0.78% | - |
| XYZ | 38.3 | 40.47 | 8.28 | - |
| YUV | 163.55 | 61.1 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 45 | 0 | 0.16 | 0.78 | 0.22 | 47.61 | 0.63 | 0.48 |
| Hex | C8 | A8 | 2D | 0 | 10 | 4E | 16 | 30 | 3F | 30 |
| Octal | 310 | 250 | 55 | 0 | 20 | 116 | 26 | 60 | 77 | 60 |
| Binary | 11001000 | 10101000 | 101101 | 0 | 10000 | 1001110 | 10110 | 110000 | 111111 | 110000 |
Color Harmonies of #C8A82D
Complementary color
Monochromatic Colors of #C8A82D
Black with #C8A82D
Text Example
Text Example
White with #C8A82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A82D; }
p { color: rgb(200,168,45); }
H1.HeaderClassName
{
color: #C8A82D;
}
.AnyTagClassName
{
color: #C8A82D;
}
</style>
background-color css
<style>
a { background-color: #C8A82D; }
a { background-color: rgb(200,168,45); }
div.DivClassName
{
background-color: #C8A82D;
}
.BgClassName
{
background-color: #C8A82D;
}
</style>
border-color css
<style>
span { border-color: #C8A82D; }
span { border-color: rgb(200,168,45); }
td.TdClassName
{
border-color: #C8A82D;
}
.TagClassName
{
border-color: #C8A82D;
}
</style>