Shades of Metallic Gold #CBA13A
Tints of Metallic Gold #CBA13A
RGB
CMYK
RGB Variations
Color information
#CBA13A (or 0xCBA13A) is known color: Metallic Gold. HEX triplet: CB, A1 and 3A. RGB value is (203,161,58). Sum of RGB (Red+Green+Blue) = 203+161+58=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 161 (63.28% from 255 or 38.15% from 422); Blue value is 58 (23.05% from 255 or 13.74% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA13A is #345EC5. Grayscale: #A2A2A2. Windows color (decimal): -3432134 or 3842507. OLE color: 3842507.
HSL color Cylindrical-coordinate representation of color #CBA13A: hue angle of 42.62º 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 #CBA13A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 58 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.20 |
| HSL | 42.62º | 0.58% | 0.51% | - |
| HSV(B) | 42.62º | 0.71% | 0.8% | - |
| XYZ | 38.14 | 38.49 | 9.42 | - |
| YUV | 161.82 | 69.41 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 58 | 0 | 0.21 | 0.71 | 0.20 | 42.62 | 0.58 | 0.51 |
| Hex | CB | A1 | 3A | 0 | 15 | 47 | 14 | 2B | 3A | 33 |
| Octal | 313 | 241 | 72 | 0 | 25 | 107 | 24 | 53 | 72 | 63 |
| Binary | 11001011 | 10100001 | 111010 | 0 | 10101 | 1000111 | 10100 | 101011 | 111010 | 110011 |
Color Harmonies of #CBA13A
Complementary color
Monochromatic Colors of #CBA13A
Black with #CBA13A
Text Example
Text Example
White with #CBA13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA13A; }
p { color: rgb(203,161,58); }
H1.HeaderClassName
{
color: #CBA13A;
}
.AnyTagClassName
{
color: #CBA13A;
}
</style>
background-color css
<style>
a { background-color: #CBA13A; }
a { background-color: rgb(203,161,58); }
div.DivClassName
{
background-color: #CBA13A;
}
.BgClassName
{
background-color: #CBA13A;
}
</style>
border-color css
<style>
span { border-color: #CBA13A; }
span { border-color: rgb(203,161,58); }
td.TdClassName
{
border-color: #CBA13A;
}
.TagClassName
{
border-color: #CBA13A;
}
</style>