Shades of Metallic Gold #CBA13E
Tints of Metallic Gold #CBA13E
RGB
CMYK
RGB Variations
Color information
#CBA13E (or 0xCBA13E) is known color: Metallic Gold. HEX triplet: CB, A1 and 3E. RGB value is (203,161,62). Sum of RGB (Red+Green+Blue) = 203+161+62=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 62 (24.61% from 255 or 14.55% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA13E is #345EC1. Grayscale: #A2A2A2. Windows color (decimal): -3432130 or 4104651. OLE color: 4104651.
HSL color Cylindrical-coordinate representation of color #CBA13E: hue angle of 42.13º 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 #CBA13E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 62 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.20 |
| HSL | 42.13º | 0.58% | 0.52% | - |
| HSV(B) | 42.13º | 0.69% | 0.8% | - |
| XYZ | 38.24 | 38.53 | 9.98 | - |
| YUV | 162.27 | 71.41 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 62 | 0 | 0.21 | 0.69 | 0.20 | 42.13 | 0.58 | 0.52 |
| Hex | CB | A1 | 3E | 0 | 15 | 45 | 14 | 2A | 3A | 34 |
| Octal | 313 | 241 | 76 | 0 | 25 | 105 | 24 | 52 | 72 | 64 |
| Binary | 11001011 | 10100001 | 111110 | 0 | 10101 | 1000101 | 10100 | 101010 | 111010 | 110100 |
Color Harmonies of #CBA13E
Complementary color
Monochromatic Colors of #CBA13E
Black with #CBA13E
Text Example
Text Example
White with #CBA13E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA13E; }
p { color: rgb(203,161,62); }
H1.HeaderClassName
{
color: #CBA13E;
}
.AnyTagClassName
{
color: #CBA13E;
}
</style>
background-color css
<style>
a { background-color: #CBA13E; }
a { background-color: rgb(203,161,62); }
div.DivClassName
{
background-color: #CBA13E;
}
.BgClassName
{
background-color: #CBA13E;
}
</style>
border-color css
<style>
span { border-color: #CBA13E; }
span { border-color: rgb(203,161,62); }
td.TdClassName
{
border-color: #CBA13E;
}
.TagClassName
{
border-color: #CBA13E;
}
</style>