Shades of Metallic Gold #CBA73B
Tints of Metallic Gold #CBA73B
RGB
CMYK
RGB Variations
Color information
#CBA73B (or 0xCBA73B) is known color: Metallic Gold. HEX triplet: CB, A7 and 3B. RGB value is (203,167,59). Sum of RGB (Red+Green+Blue) = 203+167+59=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA73B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA73B is #3458C4. Grayscale: #A5A5A5. Windows color (decimal): -3430597 or 3909579. OLE color: 3909579.
HSL color Cylindrical-coordinate representation of color #CBA73B: hue angle of 45º 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 #CBA73B is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 59 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.20 |
| HSL | 45º | 0.58% | 0.51% | - |
| HSV(B) | 45º | 0.71% | 0.8% | - |
| XYZ | 39.24 | 40.65 | 9.92 | - |
| YUV | 165.45 | 67.93 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 59 | 0 | 0.18 | 0.71 | 0.20 | 45 | 0.58 | 0.51 |
| Hex | CB | A7 | 3B | 0 | 12 | 47 | 14 | 2D | 3A | 33 |
| Octal | 313 | 247 | 73 | 0 | 22 | 107 | 24 | 55 | 72 | 63 |
| Binary | 11001011 | 10100111 | 111011 | 0 | 10010 | 1000111 | 10100 | 101101 | 111010 | 110011 |
Color Harmonies of #CBA73B
Complementary color
Monochromatic Colors of #CBA73B
Black with #CBA73B
Text Example
Text Example
White with #CBA73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA73B; }
p { color: rgb(203,167,59); }
H1.HeaderClassName
{
color: #CBA73B;
}
.AnyTagClassName
{
color: #CBA73B;
}
</style>
background-color css
<style>
a { background-color: #CBA73B; }
a { background-color: rgb(203,167,59); }
div.DivClassName
{
background-color: #CBA73B;
}
.BgClassName
{
background-color: #CBA73B;
}
</style>
border-color css
<style>
span { border-color: #CBA73B; }
span { border-color: rgb(203,167,59); }
td.TdClassName
{
border-color: #CBA73B;
}
.TagClassName
{
border-color: #CBA73B;
}
</style>