Shades of Metallic Gold #CBA839
Tints of Metallic Gold #CBA839
RGB
CMYK
RGB Variations
Color information
#CBA839 (or 0xCBA839) is known color: Metallic Gold. HEX triplet: CB, A8 and 39. RGB value is (203,168,57). Sum of RGB (Red+Green+Blue) = 203+168+57=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 57 (22.66% from 255 or 13.32% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA839 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA839 is #3457C6. Grayscale: #A6A6A6. Windows color (decimal): -3430343 or 3778763. OLE color: 3778763.
HSL color Cylindrical-coordinate representation of color #CBA839: hue angle of 45.62º degrees, saturation: 0.58, 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 #CBA839 is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 57 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.20 |
| HSL | 45.62º | 0.58% | 0.51% | - |
| HSV(B) | 45.62º | 0.72% | 0.8% | - |
| XYZ | 39.37 | 41 | 9.71 | - |
| YUV | 165.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 57 | 0 | 0.17 | 0.72 | 0.20 | 45.62 | 0.58 | 0.51 |
| Hex | CB | A8 | 39 | 0 | 11 | 48 | 14 | 2E | 3A | 33 |
| Octal | 313 | 250 | 71 | 0 | 21 | 110 | 24 | 56 | 72 | 63 |
| Binary | 11001011 | 10101000 | 111001 | 0 | 10001 | 1001000 | 10100 | 101110 | 111010 | 110011 |
Color Harmonies of #CBA839
Complementary color
Monochromatic Colors of #CBA839
Black with #CBA839
Text Example
Text Example
White with #CBA839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA839; }
p { color: rgb(203,168,57); }
H1.HeaderClassName
{
color: #CBA839;
}
.AnyTagClassName
{
color: #CBA839;
}
</style>
background-color css
<style>
a { background-color: #CBA839; }
a { background-color: rgb(203,168,57); }
div.DivClassName
{
background-color: #CBA839;
}
.BgClassName
{
background-color: #CBA839;
}
</style>
border-color css
<style>
span { border-color: #CBA839; }
span { border-color: rgb(203,168,57); }
td.TdClassName
{
border-color: #CBA839;
}
.TagClassName
{
border-color: #CBA839;
}
</style>