Shades of Metallic Gold #CBA13B
Tints of Metallic Gold #CBA13B
RGB
CMYK
RGB Variations
Color information
#CBA13B (or 0xCBA13B) is known color: Metallic Gold. HEX triplet: CB, A1 and 3B. RGB value is (203,161,59). Sum of RGB (Red+Green+Blue) = 203+161+59=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA13B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA13B is #345EC4. Grayscale: #A2A2A2. Windows color (decimal): -3432133 or 3908043. OLE color: 3908043.
HSL color Cylindrical-coordinate representation of color #CBA13B: hue angle of 42.5º 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 #CBA13B is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 59 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.20 |
| HSL | 42.5º | 0.58% | 0.51% | - |
| HSV(B) | 42.5º | 0.71% | 0.8% | - |
| XYZ | 38.16 | 38.5 | 9.56 | - |
| YUV | 161.93 | 69.91 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 59 | 0 | 0.21 | 0.71 | 0.20 | 42.5 | 0.58 | 0.51 |
| Hex | CB | A1 | 3B | 0 | 15 | 47 | 14 | 2A | 3A | 33 |
| Octal | 313 | 241 | 73 | 0 | 25 | 107 | 24 | 52 | 72 | 63 |
| Binary | 11001011 | 10100001 | 111011 | 0 | 10101 | 1000111 | 10100 | 101010 | 111010 | 110011 |
Color Harmonies of #CBA13B
Complementary color
Monochromatic Colors of #CBA13B
Black with #CBA13B
Text Example
Text Example
White with #CBA13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA13B; }
p { color: rgb(203,161,59); }
H1.HeaderClassName
{
color: #CBA13B;
}
.AnyTagClassName
{
color: #CBA13B;
}
</style>
background-color css
<style>
a { background-color: #CBA13B; }
a { background-color: rgb(203,161,59); }
div.DivClassName
{
background-color: #CBA13B;
}
.BgClassName
{
background-color: #CBA13B;
}
</style>
border-color css
<style>
span { border-color: #CBA13B; }
span { border-color: rgb(203,161,59); }
td.TdClassName
{
border-color: #CBA13B;
}
.TagClassName
{
border-color: #CBA13B;
}
</style>