Shades of Metallic Gold #CBA73A
Tints of Metallic Gold #CBA73A
RGB
CMYK
RGB Variations
Color information
#CBA73A (or 0xCBA73A) is known color: Metallic Gold. HEX triplet: CB, A7 and 3A. RGB value is (203,167,58). Sum of RGB (Red+Green+Blue) = 203+167+58=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA73A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA73A is #3458C5. Grayscale: #A5A5A5. Windows color (decimal): -3430598 or 3844043. OLE color: 3844043.
HSL color Cylindrical-coordinate representation of color #CBA73A: hue angle of 45.1º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBA73A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 58 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.20 |
| HSL | 45.1º | 0.58% | 0.51% | - |
| HSV(B) | 45.1º | 0.71% | 0.8% | - |
| XYZ | 39.21 | 40.64 | 9.78 | - |
| YUV | 165.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 58 | 0 | 0.18 | 0.71 | 0.20 | 45.1 | 0.58 | 0.51 |
| Hex | CB | A7 | 3A | 0 | 12 | 47 | 14 | 2D | 3A | 33 |
| Octal | 313 | 247 | 72 | 0 | 22 | 107 | 24 | 55 | 72 | 63 |
| Binary | 11001011 | 10100111 | 111010 | 0 | 10010 | 1000111 | 10100 | 101101 | 111010 | 110011 |
Color Harmonies of #CBA73A
Complementary color
Monochromatic Colors of #CBA73A
Black with #CBA73A
Text Example
Text Example
White with #CBA73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA73A; }
p { color: rgb(203,167,58); }
H1.HeaderClassName
{
color: #CBA73A;
}
.AnyTagClassName
{
color: #CBA73A;
}
</style>
background-color css
<style>
a { background-color: #CBA73A; }
a { background-color: rgb(203,167,58); }
div.DivClassName
{
background-color: #CBA73A;
}
.BgClassName
{
background-color: #CBA73A;
}
</style>
border-color css
<style>
span { border-color: #CBA73A; }
span { border-color: rgb(203,167,58); }
td.TdClassName
{
border-color: #CBA73A;
}
.TagClassName
{
border-color: #CBA73A;
}
</style>