Shades of Metallic Gold #CBA138
Tints of Metallic Gold #CBA138
RGB
CMYK
RGB Variations
Color information
#CBA138 (or 0xCBA138) is known color: Metallic Gold. HEX triplet: CB, A1 and 38. RGB value is (203,161,56). Sum of RGB (Red+Green+Blue) = 203+161+56=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 161 (63.28% from 255 or 38.33% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA138 is #345EC7. Grayscale: #A2A2A2. Windows color (decimal): -3432136 or 3711435. OLE color: 3711435.
HSL color Cylindrical-coordinate representation of color #CBA138: hue angle of 42.86º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CBA138 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 56 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.20 |
| HSL | 42.86º | 0.59% | 0.51% | - |
| HSV(B) | 42.86º | 0.72% | 0.8% | - |
| XYZ | 38.09 | 38.47 | 9.16 | - |
| YUV | 161.59 | 68.41 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 56 | 0 | 0.21 | 0.72 | 0.20 | 42.86 | 0.59 | 0.51 |
| Hex | CB | A1 | 38 | 0 | 15 | 48 | 14 | 2B | 3B | 33 |
| Octal | 313 | 241 | 70 | 0 | 25 | 110 | 24 | 53 | 73 | 63 |
| Binary | 11001011 | 10100001 | 111000 | 0 | 10101 | 1001000 | 10100 | 101011 | 111011 | 110011 |
Color Harmonies of #CBA138
Complementary color
Monochromatic Colors of #CBA138
Black with #CBA138
Text Example
Text Example
White with #CBA138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA138; }
p { color: rgb(203,161,56); }
H1.HeaderClassName
{
color: #CBA138;
}
.AnyTagClassName
{
color: #CBA138;
}
</style>
background-color css
<style>
a { background-color: #CBA138; }
a { background-color: rgb(203,161,56); }
div.DivClassName
{
background-color: #CBA138;
}
.BgClassName
{
background-color: #CBA138;
}
</style>
border-color css
<style>
span { border-color: #CBA138; }
span { border-color: rgb(203,161,56); }
td.TdClassName
{
border-color: #CBA138;
}
.TagClassName
{
border-color: #CBA138;
}
</style>