Shades of Metallic Gold #CBA33A
Tints of Metallic Gold #CBA33A
RGB
CMYK
RGB Variations
Color information
#CBA33A (or 0xCBA33A) is known color: Metallic Gold. HEX triplet: CB, A3 and 3A. RGB value is (203,163,58). Sum of RGB (Red+Green+Blue) = 203+163+58=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 58 (23.05% from 255 or 13.68% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA33A is #345CC5. Grayscale: #A3A3A3. Windows color (decimal): -3431622 or 3843019. OLE color: 3843019.
HSL color Cylindrical-coordinate representation of color #CBA33A: hue angle of 43.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 #CBA33A is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 58 | - |
| CMYK | 0 | 0.20 | 0.71 | 0.20 |
| HSL | 43.45º | 0.58% | 0.51% | - |
| HSV(B) | 43.45º | 0.71% | 0.8% | - |
| XYZ | 38.49 | 39.2 | 9.54 | - |
| YUV | 162.99 | 68.75 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 58 | 0 | 0.20 | 0.71 | 0.20 | 43.45 | 0.58 | 0.51 |
| Hex | CB | A3 | 3A | 0 | 14 | 47 | 14 | 2B | 3A | 33 |
| Octal | 313 | 243 | 72 | 0 | 24 | 107 | 24 | 53 | 72 | 63 |
| Binary | 11001011 | 10100011 | 111010 | 0 | 10100 | 1000111 | 10100 | 101011 | 111010 | 110011 |
Color Harmonies of #CBA33A
Complementary color
Monochromatic Colors of #CBA33A
Black with #CBA33A
Text Example
Text Example
White with #CBA33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA33A; }
p { color: rgb(203,163,58); }
H1.HeaderClassName
{
color: #CBA33A;
}
.AnyTagClassName
{
color: #CBA33A;
}
</style>
background-color css
<style>
a { background-color: #CBA33A; }
a { background-color: rgb(203,163,58); }
div.DivClassName
{
background-color: #CBA33A;
}
.BgClassName
{
background-color: #CBA33A;
}
</style>
border-color css
<style>
span { border-color: #CBA33A; }
span { border-color: rgb(203,163,58); }
td.TdClassName
{
border-color: #CBA33A;
}
.TagClassName
{
border-color: #CBA33A;
}
</style>