Shades of Metallic Gold #C9A638
Tints of Metallic Gold #C9A638
RGB
CMYK
RGB Variations
Color information
#C9A638 (or 0xC9A638) is known color: Metallic Gold. HEX triplet: C9, A6 and 38. RGB value is (201,166,56). Sum of RGB (Red+Green+Blue) = 201+166+56=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 56 (22.27% from 255 or 13.24% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A638 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A638 is #3659C7. Grayscale: #A4A4A4. Windows color (decimal): -3561928 or 3712713. OLE color: 3712713.
HSL color Cylindrical-coordinate representation of color #C9A638: hue angle of 45.52º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9A638 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 166 | 56 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.21 |
| HSL | 45.52º | 0.57% | 0.5% | - |
| HSV(B) | 45.52º | 0.72% | 0.79% | - |
| XYZ | 38.44 | 39.98 | 9.43 | - |
| YUV | 163.93 | 67.1 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 166 | 56 | 0 | 0.17 | 0.72 | 0.21 | 45.52 | 0.57 | 0.5 |
| Hex | C9 | A6 | 38 | 0 | 11 | 48 | 15 | 2E | 39 | 32 |
| Octal | 311 | 246 | 70 | 0 | 21 | 110 | 25 | 56 | 71 | 62 |
| Binary | 11001001 | 10100110 | 111000 | 0 | 10001 | 1001000 | 10101 | 101110 | 111001 | 110010 |
Color Harmonies of #C9A638
Complementary color
Monochromatic Colors of #C9A638
Black with #C9A638
Text Example
Text Example
White with #C9A638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A638; }
p { color: rgb(201,166,56); }
H1.HeaderClassName
{
color: #C9A638;
}
.AnyTagClassName
{
color: #C9A638;
}
</style>
background-color css
<style>
a { background-color: #C9A638; }
a { background-color: rgb(201,166,56); }
div.DivClassName
{
background-color: #C9A638;
}
.BgClassName
{
background-color: #C9A638;
}
</style>
border-color css
<style>
span { border-color: #C9A638; }
span { border-color: rgb(201,166,56); }
td.TdClassName
{
border-color: #C9A638;
}
.TagClassName
{
border-color: #C9A638;
}
</style>