Shades of Metallic Gold #CBA03A
Tints of Metallic Gold #CBA03A
RGB
CMYK
RGB Variations
Color information
#CBA03A (or 0xCBA03A) is known color: Metallic Gold. HEX triplet: CB, A0 and 3A. RGB value is (203,160,58). Sum of RGB (Red+Green+Blue) = 203+160+58=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 58 (23.05% from 255 or 13.78% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA03A is #345FC5. Grayscale: #A1A1A1. Windows color (decimal): -3432390 or 3842251. OLE color: 3842251.
HSL color Cylindrical-coordinate representation of color #CBA03A: hue angle of 42.21º 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 #CBA03A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 58 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.20 |
| HSL | 42.21º | 0.58% | 0.51% | - |
| HSV(B) | 42.21º | 0.71% | 0.8% | - |
| XYZ | 37.96 | 38.14 | 9.36 | - |
| YUV | 161.23 | 69.75 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 58 | 0 | 0.21 | 0.71 | 0.20 | 42.21 | 0.58 | 0.51 |
| Hex | CB | A0 | 3A | 0 | 15 | 47 | 14 | 2A | 3A | 33 |
| Octal | 313 | 240 | 72 | 0 | 25 | 107 | 24 | 52 | 72 | 63 |
| Binary | 11001011 | 10100000 | 111010 | 0 | 10101 | 1000111 | 10100 | 101010 | 111010 | 110011 |
Color Harmonies of #CBA03A
Complementary color
Monochromatic Colors of #CBA03A
Black with #CBA03A
Text Example
Text Example
White with #CBA03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA03A; }
p { color: rgb(203,160,58); }
H1.HeaderClassName
{
color: #CBA03A;
}
.AnyTagClassName
{
color: #CBA03A;
}
</style>
background-color css
<style>
a { background-color: #CBA03A; }
a { background-color: rgb(203,160,58); }
div.DivClassName
{
background-color: #CBA03A;
}
.BgClassName
{
background-color: #CBA03A;
}
</style>
border-color css
<style>
span { border-color: #CBA03A; }
span { border-color: rgb(203,160,58); }
td.TdClassName
{
border-color: #CBA03A;
}
.TagClassName
{
border-color: #CBA03A;
}
</style>