Shades of Metallic Gold #C9A13D
Tints of Metallic Gold #C9A13D
RGB
CMYK
RGB Variations
Color information
#C9A13D (or 0xC9A13D) is known color: Metallic Gold. HEX triplet: C9, A1 and 3D. RGB value is (201,161,61). Sum of RGB (Red+Green+Blue) = 201+161+61=423 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.52% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A13D is #365EC2. Grayscale: #A2A2A2. Windows color (decimal): -3563203 or 4039113. OLE color: 4039113.
HSL color Cylindrical-coordinate representation of color #C9A13D: hue angle of 42.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9A13D is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 161 | 61 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.21 |
| HSL | 42.86º | 0.56% | 0.51% | - |
| HSV(B) | 42.86º | 0.7% | 0.79% | - |
| XYZ | 37.67 | 38.24 | 9.81 | - |
| YUV | 161.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 161 | 61 | 0 | 0.20 | 0.70 | 0.21 | 42.86 | 0.56 | 0.51 |
| Hex | C9 | A1 | 3D | 0 | 14 | 46 | 15 | 2B | 38 | 33 |
| Octal | 311 | 241 | 75 | 0 | 24 | 106 | 25 | 53 | 70 | 63 |
| Binary | 11001001 | 10100001 | 111101 | 0 | 10100 | 1000110 | 10101 | 101011 | 111000 | 110011 |
Color Harmonies of #C9A13D
Complementary color
Monochromatic Colors of #C9A13D
Black with #C9A13D
Text Example
Text Example
White with #C9A13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A13D; }
p { color: rgb(201,161,61); }
H1.HeaderClassName
{
color: #C9A13D;
}
.AnyTagClassName
{
color: #C9A13D;
}
</style>
background-color css
<style>
a { background-color: #C9A13D; }
a { background-color: rgb(201,161,61); }
div.DivClassName
{
background-color: #C9A13D;
}
.BgClassName
{
background-color: #C9A13D;
}
</style>
border-color css
<style>
span { border-color: #C9A13D; }
span { border-color: rgb(201,161,61); }
td.TdClassName
{
border-color: #C9A13D;
}
.TagClassName
{
border-color: #C9A13D;
}
</style>