Shades of Metallic Gold #CBA03E
Tints of Metallic Gold #CBA03E
RGB
CMYK
RGB Variations
Color information
#CBA03E (or 0xCBA03E) is known color: Metallic Gold. HEX triplet: CB, A0 and 3E. RGB value is (203,160,62). Sum of RGB (Red+Green+Blue) = 203+160+62=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 62 (24.61% from 255 or 14.59% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA03E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA03E is #345FC1. Grayscale: #A2A2A2. Windows color (decimal): -3432386 or 4104395. OLE color: 4104395.
HSL color Cylindrical-coordinate representation of color #CBA03E: hue angle of 41.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBA03E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 160 | 62 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.20 |
| HSL | 41.7º | 0.58% | 0.52% | - |
| HSV(B) | 41.7º | 0.69% | 0.8% | - |
| XYZ | 38.07 | 38.19 | 9.92 | - |
| YUV | 161.69 | 71.75 | 157.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 160 | 62 | 0 | 0.21 | 0.69 | 0.20 | 41.7 | 0.58 | 0.52 |
| Hex | CB | A0 | 3E | 0 | 15 | 45 | 14 | 2A | 3A | 34 |
| Octal | 313 | 240 | 76 | 0 | 25 | 105 | 24 | 52 | 72 | 64 |
| Binary | 11001011 | 10100000 | 111110 | 0 | 10101 | 1000101 | 10100 | 101010 | 111010 | 110100 |
Color Harmonies of #CBA03E
Complementary color
Monochromatic Colors of #CBA03E
Black with #CBA03E
Text Example
Text Example
White with #CBA03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA03E; }
p { color: rgb(203,160,62); }
H1.HeaderClassName
{
color: #CBA03E;
}
.AnyTagClassName
{
color: #CBA03E;
}
</style>
background-color css
<style>
a { background-color: #CBA03E; }
a { background-color: rgb(203,160,62); }
div.DivClassName
{
background-color: #CBA03E;
}
.BgClassName
{
background-color: #CBA03E;
}
</style>
border-color css
<style>
span { border-color: #CBA03E; }
span { border-color: rgb(203,160,62); }
td.TdClassName
{
border-color: #CBA03E;
}
.TagClassName
{
border-color: #CBA03E;
}
</style>