Shades of Metallic Gold #CBA331
Tints of Metallic Gold #CBA331
RGB
CMYK
RGB Variations
Color information
#CBA331 (or 0xCBA331) is known color: Metallic Gold. HEX triplet: CB, A3 and 31. RGB value is (203,163,49). Sum of RGB (Red+Green+Blue) = 203+163+49=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 163 (64.06% from 255 or 39.28% from 415); Blue value is 49 (19.53% from 255 or 11.81% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA331 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA331 is #345CCE. Grayscale: #A2A2A2. Windows color (decimal): -3431631 or 3253195. OLE color: 3253195.
HSL color Cylindrical-coordinate representation of color #CBA331: hue angle of 44.42º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBA331 is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 49 | - |
| CMYK | 0 | 0.20 | 0.76 | 0.20 |
| HSL | 44.42º | 0.61% | 0.49% | - |
| HSV(B) | 44.42º | 0.76% | 0.8% | - |
| XYZ | 38.28 | 39.11 | 8.44 | - |
| YUV | 161.96 | 64.25 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 49 | 0 | 0.20 | 0.76 | 0.20 | 44.42 | 0.61 | 0.49 |
| Hex | CB | A3 | 31 | 0 | 14 | 4C | 14 | 2C | 3D | 31 |
| Octal | 313 | 243 | 61 | 0 | 24 | 114 | 24 | 54 | 75 | 61 |
| Binary | 11001011 | 10100011 | 110001 | 0 | 10100 | 1001100 | 10100 | 101100 | 111101 | 110001 |
Color Harmonies of #CBA331
Complementary color
Monochromatic Colors of #CBA331
Black with #CBA331
Text Example
Text Example
White with #CBA331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA331; }
p { color: rgb(203,163,49); }
H1.HeaderClassName
{
color: #CBA331;
}
.AnyTagClassName
{
color: #CBA331;
}
</style>
background-color css
<style>
a { background-color: #CBA331; }
a { background-color: rgb(203,163,49); }
div.DivClassName
{
background-color: #CBA331;
}
.BgClassName
{
background-color: #CBA331;
}
</style>
border-color css
<style>
span { border-color: #CBA331; }
span { border-color: rgb(203,163,49); }
td.TdClassName
{
border-color: #CBA331;
}
.TagClassName
{
border-color: #CBA331;
}
</style>