Shades of Metallic Gold #CBA830
Tints of Metallic Gold #CBA830
RGB
CMYK
RGB Variations
Color information
#CBA830 (or 0xCBA830) is known color: Metallic Gold. HEX triplet: CB, A8 and 30. RGB value is (203,168,48). Sum of RGB (Red+Green+Blue) = 203+168+48=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 48 (19.14% from 255 or 11.46% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA830 is #3457CF. Grayscale: #A5A5A5. Windows color (decimal): -3430352 or 3188939. OLE color: 3188939.
HSL color Cylindrical-coordinate representation of color #CBA830: hue angle of 46.45º degrees, saturation: 0.62, 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 #CBA830 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 48 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.20 |
| HSL | 46.45º | 0.62% | 0.49% | - |
| HSV(B) | 46.45º | 0.76% | 0.8% | - |
| XYZ | 39.16 | 40.92 | 8.63 | - |
| YUV | 164.79 | 62.1 | 155.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 48 | 0 | 0.17 | 0.76 | 0.20 | 46.45 | 0.62 | 0.49 |
| Hex | CB | A8 | 30 | 0 | 11 | 4C | 14 | 2E | 3E | 31 |
| Octal | 313 | 250 | 60 | 0 | 21 | 114 | 24 | 56 | 76 | 61 |
| Binary | 11001011 | 10101000 | 110000 | 0 | 10001 | 1001100 | 10100 | 101110 | 111110 | 110001 |
Color Harmonies of #CBA830
Complementary color
Monochromatic Colors of #CBA830
Black with #CBA830
Text Example
Text Example
White with #CBA830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA830; }
p { color: rgb(203,168,48); }
H1.HeaderClassName
{
color: #CBA830;
}
.AnyTagClassName
{
color: #CBA830;
}
</style>
background-color css
<style>
a { background-color: #CBA830; }
a { background-color: rgb(203,168,48); }
div.DivClassName
{
background-color: #CBA830;
}
.BgClassName
{
background-color: #CBA830;
}
</style>
border-color css
<style>
span { border-color: #CBA830; }
span { border-color: rgb(203,168,48); }
td.TdClassName
{
border-color: #CBA830;
}
.TagClassName
{
border-color: #CBA830;
}
</style>