Shades of Metallic Gold #CBA731
Tints of Metallic Gold #CBA731
RGB
CMYK
RGB Variations
Color information
#CBA731 (or 0xCBA731) is known color: Metallic Gold. HEX triplet: CB, A7 and 31. RGB value is (203,167,49). Sum of RGB (Red+Green+Blue) = 203+167+49=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 167 (65.62% from 255 or 39.86% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA731 is #3458CE. Grayscale: #A4A4A4. Windows color (decimal): -3430607 or 3254219. OLE color: 3254219.
HSL color Cylindrical-coordinate representation of color #CBA731: hue angle of 45.97º 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 #CBA731 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 49 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.20 |
| HSL | 45.97º | 0.61% | 0.49% | - |
| HSV(B) | 45.97º | 0.76% | 0.8% | - |
| XYZ | 39 | 40.56 | 8.68 | - |
| YUV | 164.31 | 62.93 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 49 | 0 | 0.18 | 0.76 | 0.20 | 45.97 | 0.61 | 0.49 |
| Hex | CB | A7 | 31 | 0 | 12 | 4C | 14 | 2E | 3D | 31 |
| Octal | 313 | 247 | 61 | 0 | 22 | 114 | 24 | 56 | 75 | 61 |
| Binary | 11001011 | 10100111 | 110001 | 0 | 10010 | 1001100 | 10100 | 101110 | 111101 | 110001 |
Color Harmonies of #CBA731
Complementary color
Monochromatic Colors of #CBA731
Black with #CBA731
Text Example
Text Example
White with #CBA731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA731; }
p { color: rgb(203,167,49); }
H1.HeaderClassName
{
color: #CBA731;
}
.AnyTagClassName
{
color: #CBA731;
}
</style>
background-color css
<style>
a { background-color: #CBA731; }
a { background-color: rgb(203,167,49); }
div.DivClassName
{
background-color: #CBA731;
}
.BgClassName
{
background-color: #CBA731;
}
</style>
border-color css
<style>
span { border-color: #CBA731; }
span { border-color: rgb(203,167,49); }
td.TdClassName
{
border-color: #CBA731;
}
.TagClassName
{
border-color: #CBA731;
}
</style>