Shades of Metallic Gold #CBAB3A
Tints of Metallic Gold #CBAB3A
RGB
CMYK
RGB Variations
Color information
#CBAB3A (or 0xCBAB3A) is known color: Metallic Gold. HEX triplet: CB, AB and 3A. RGB value is (203,171,58). Sum of RGB (Red+Green+Blue) = 203+171+58=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 58 (23.05% from 255 or 13.43% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAB3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAB3A is #3454C5. Grayscale: #A8A8A8. Windows color (decimal): -3429574 or 3845067. OLE color: 3845067.
HSL color Cylindrical-coordinate representation of color #CBAB3A: hue angle of 46.76º 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 #CBAB3A is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 171 | 58 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.20 |
| HSL | 46.76º | 0.58% | 0.51% | - |
| HSV(B) | 46.76º | 0.71% | 0.8% | - |
| XYZ | 39.96 | 42.13 | 10.03 | - |
| YUV | 167.69 | 66.1 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 171 | 58 | 0 | 0.16 | 0.71 | 0.20 | 46.76 | 0.58 | 0.51 |
| Hex | CB | AB | 3A | 0 | 10 | 47 | 14 | 2F | 3A | 33 |
| Octal | 313 | 253 | 72 | 0 | 20 | 107 | 24 | 57 | 72 | 63 |
| Binary | 11001011 | 10101011 | 111010 | 0 | 10000 | 1000111 | 10100 | 101111 | 111010 | 110011 |
Color Harmonies of #CBAB3A
Complementary color
Monochromatic Colors of #CBAB3A
Black with #CBAB3A
Text Example
Text Example
White with #CBAB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAB3A; }
p { color: rgb(203,171,58); }
H1.HeaderClassName
{
color: #CBAB3A;
}
.AnyTagClassName
{
color: #CBAB3A;
}
</style>
background-color css
<style>
a { background-color: #CBAB3A; }
a { background-color: rgb(203,171,58); }
div.DivClassName
{
background-color: #CBAB3A;
}
.BgClassName
{
background-color: #CBAB3A;
}
</style>
border-color css
<style>
span { border-color: #CBAB3A; }
span { border-color: rgb(203,171,58); }
td.TdClassName
{
border-color: #CBAB3A;
}
.TagClassName
{
border-color: #CBAB3A;
}
</style>