Shades of Metallic Gold #C8AA2F
Tints of Metallic Gold #C8AA2F
RGB
CMYK
RGB Variations
Color information
#C8AA2F (or 0xC8AA2F) is known color: Metallic Gold. HEX triplet: C8, AA and 2F. RGB value is (200,170,47). Sum of RGB (Red+Green+Blue) = 200+170+47=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 47 (18.75% from 255 or 11.27% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA2F is #3755D0. Grayscale: #A5A5A5. Windows color (decimal): -3626449 or 3123912. OLE color: 3123912.
HSL color Cylindrical-coordinate representation of color #C8AA2F: hue angle of 48.24º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8AA2F is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 47 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.22 |
| HSL | 48.24º | 0.62% | 0.48% | - |
| HSV(B) | 48.24º | 0.77% | 0.78% | - |
| XYZ | 38.71 | 41.23 | 8.61 | - |
| YUV | 164.95 | 61.44 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 47 | 0 | 0.15 | 0.76 | 0.22 | 48.24 | 0.62 | 0.48 |
| Hex | C8 | AA | 2F | 0 | F | 4C | 16 | 30 | 3E | 30 |
| Octal | 310 | 252 | 57 | 0 | 17 | 114 | 26 | 60 | 76 | 60 |
| Binary | 11001000 | 10101010 | 101111 | 0 | 1111 | 1001100 | 10110 | 110000 | 111110 | 110000 |
Color Harmonies of #C8AA2F
Complementary color
Monochromatic Colors of #C8AA2F
Black with #C8AA2F
Text Example
Text Example
White with #C8AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA2F; }
p { color: rgb(200,170,47); }
H1.HeaderClassName
{
color: #C8AA2F;
}
.AnyTagClassName
{
color: #C8AA2F;
}
</style>
background-color css
<style>
a { background-color: #C8AA2F; }
a { background-color: rgb(200,170,47); }
div.DivClassName
{
background-color: #C8AA2F;
}
.BgClassName
{
background-color: #C8AA2F;
}
</style>
border-color css
<style>
span { border-color: #C8AA2F; }
span { border-color: rgb(200,170,47); }
td.TdClassName
{
border-color: #C8AA2F;
}
.TagClassName
{
border-color: #C8AA2F;
}
</style>