Shades of Metallic Gold #C8AA2D
Tints of Metallic Gold #C8AA2D
RGB
CMYK
RGB Variations
Color information
#C8AA2D (or 0xC8AA2D) is known color: Metallic Gold. HEX triplet: C8, AA and 2D. RGB value is (200,170,45). Sum of RGB (Red+Green+Blue) = 200+170+45=415 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.19% from 415); Green value is 170 (66.80% from 255 or 40.96% from 415); Blue value is 45 (17.97% from 255 or 10.84% from 415); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA2D is #3755D2. Grayscale: #A5A5A5. Windows color (decimal): -3626451 or 2992840. OLE color: 2992840.
HSL color Cylindrical-coordinate representation of color #C8AA2D: hue angle of 48.39º 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 #C8AA2D is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 45 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.22 |
| HSL | 48.39º | 0.63% | 0.48% | - |
| HSV(B) | 48.39º | 0.78% | 0.78% | - |
| XYZ | 38.67 | 41.22 | 8.4 | - |
| YUV | 164.72 | 60.44 | 153.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 45 | 0 | 0.15 | 0.78 | 0.22 | 48.39 | 0.63 | 0.48 |
| Hex | C8 | AA | 2D | 0 | F | 4E | 16 | 30 | 3F | 30 |
| Octal | 310 | 252 | 55 | 0 | 17 | 116 | 26 | 60 | 77 | 60 |
| Binary | 11001000 | 10101010 | 101101 | 0 | 1111 | 1001110 | 10110 | 110000 | 111111 | 110000 |
Color Harmonies of #C8AA2D
Complementary color
Monochromatic Colors of #C8AA2D
Black with #C8AA2D
Text Example
Text Example
White with #C8AA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA2D; }
p { color: rgb(200,170,45); }
H1.HeaderClassName
{
color: #C8AA2D;
}
.AnyTagClassName
{
color: #C8AA2D;
}
</style>
background-color css
<style>
a { background-color: #C8AA2D; }
a { background-color: rgb(200,170,45); }
div.DivClassName
{
background-color: #C8AA2D;
}
.BgClassName
{
background-color: #C8AA2D;
}
</style>
border-color css
<style>
span { border-color: #C8AA2D; }
span { border-color: rgb(200,170,45); }
td.TdClassName
{
border-color: #C8AA2D;
}
.TagClassName
{
border-color: #C8AA2D;
}
</style>