Shades of Metallic Gold #CBA931
Tints of Metallic Gold #CBA931
RGB
CMYK
RGB Variations
Color information
#CBA931 (or 0xCBA931) is known color: Metallic Gold. HEX triplet: CB, A9 and 31. RGB value is (203,169,49). Sum of RGB (Red+Green+Blue) = 203+169+49=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 169 (66.41% from 255 or 40.14% from 421); Blue value is 49 (19.53% from 255 or 11.64% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA931 is #3456CE. Grayscale: #A5A5A5. Windows color (decimal): -3430095 or 3254731. OLE color: 3254731.
HSL color Cylindrical-coordinate representation of color #CBA931: hue angle of 46.75º 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 #CBA931 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 49 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.20 |
| HSL | 46.75º | 0.61% | 0.49% | - |
| HSV(B) | 46.75º | 0.76% | 0.8% | - |
| XYZ | 39.37 | 41.29 | 8.8 | - |
| YUV | 165.49 | 62.26 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 49 | 0 | 0.17 | 0.76 | 0.20 | 46.75 | 0.61 | 0.49 |
| Hex | CB | A9 | 31 | 0 | 11 | 4C | 14 | 2F | 3D | 31 |
| Octal | 313 | 251 | 61 | 0 | 21 | 114 | 24 | 57 | 75 | 61 |
| Binary | 11001011 | 10101001 | 110001 | 0 | 10001 | 1001100 | 10100 | 101111 | 111101 | 110001 |
Color Harmonies of #CBA931
Complementary color
Monochromatic Colors of #CBA931
Black with #CBA931
Text Example
Text Example
White with #CBA931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA931; }
p { color: rgb(203,169,49); }
H1.HeaderClassName
{
color: #CBA931;
}
.AnyTagClassName
{
color: #CBA931;
}
</style>
background-color css
<style>
a { background-color: #CBA931; }
a { background-color: rgb(203,169,49); }
div.DivClassName
{
background-color: #CBA931;
}
.BgClassName
{
background-color: #CBA931;
}
</style>
border-color css
<style>
span { border-color: #CBA931; }
span { border-color: rgb(203,169,49); }
td.TdClassName
{
border-color: #CBA931;
}
.TagClassName
{
border-color: #CBA931;
}
</style>