Shades of Metallic Gold #C6A838
Tints of Metallic Gold #C6A838
RGB
CMYK
RGB Variations
Color information
#C6A838 (or 0xC6A838) is known color: Metallic Gold. HEX triplet: C6, A8 and 38. RGB value is (198,168,56). Sum of RGB (Red+Green+Blue) = 198+168+56=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 168 (66.02% from 255 or 39.81% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A838 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A838 is #3957C7. Grayscale: #A4A4A4. Windows color (decimal): -3758024 or 3713222. OLE color: 3713222.
HSL color Cylindrical-coordinate representation of color #C6A838: hue angle of 47.32º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C6A838 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 56 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.22 |
| HSL | 47.32º | 0.56% | 0.5% | - |
| HSV(B) | 47.32º | 0.72% | 0.78% | - |
| XYZ | 38.01 | 40.3 | 9.52 | - |
| YUV | 164.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 56 | 0 | 0.15 | 0.72 | 0.22 | 47.32 | 0.56 | 0.5 |
| Hex | C6 | A8 | 38 | 0 | F | 48 | 16 | 2F | 38 | 32 |
| Octal | 306 | 250 | 70 | 0 | 17 | 110 | 26 | 57 | 70 | 62 |
| Binary | 11000110 | 10101000 | 111000 | 0 | 1111 | 1001000 | 10110 | 101111 | 111000 | 110010 |
Color Harmonies of #C6A838
Complementary color
Monochromatic Colors of #C6A838
Black with #C6A838
Text Example
Text Example
White with #C6A838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A838; }
p { color: rgb(198,168,56); }
H1.HeaderClassName
{
color: #C6A838;
}
.AnyTagClassName
{
color: #C6A838;
}
</style>
background-color css
<style>
a { background-color: #C6A838; }
a { background-color: rgb(198,168,56); }
div.DivClassName
{
background-color: #C6A838;
}
.BgClassName
{
background-color: #C6A838;
}
</style>
border-color css
<style>
span { border-color: #C6A838; }
span { border-color: rgb(198,168,56); }
td.TdClassName
{
border-color: #C6A838;
}
.TagClassName
{
border-color: #C6A838;
}
</style>