Shades of Metallic Gold #CBA339
Tints of Metallic Gold #CBA339
RGB
CMYK
RGB Variations
Color information
#CBA339 (or 0xCBA339) is known color: Metallic Gold. HEX triplet: CB, A3 and 39. RGB value is (203,163,57). Sum of RGB (Red+Green+Blue) = 203+163+57=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 57 (22.66% from 255 or 13.48% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA339 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA339 is #345CC6. Grayscale: #A3A3A3. Windows color (decimal): -3431623 or 3777483. OLE color: 3777483.
HSL color Cylindrical-coordinate representation of color #CBA339: hue angle of 43.56º 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 #CBA339 is Cyan = 0, Magento = 0.20, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 57 | - |
| CMYK | 0 | 0.20 | 0.72 | 0.20 |
| HSL | 43.56º | 0.58% | 0.51% | - |
| HSV(B) | 43.56º | 0.72% | 0.8% | - |
| XYZ | 38.46 | 39.19 | 9.41 | - |
| YUV | 162.88 | 68.25 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 57 | 0 | 0.20 | 0.72 | 0.20 | 43.56 | 0.58 | 0.51 |
| Hex | CB | A3 | 39 | 0 | 14 | 48 | 14 | 2C | 3A | 33 |
| Octal | 313 | 243 | 71 | 0 | 24 | 110 | 24 | 54 | 72 | 63 |
| Binary | 11001011 | 10100011 | 111001 | 0 | 10100 | 1001000 | 10100 | 101100 | 111010 | 110011 |
Color Harmonies of #CBA339
Complementary color
Monochromatic Colors of #CBA339
Black with #CBA339
Text Example
Text Example
White with #CBA339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA339; }
p { color: rgb(203,163,57); }
H1.HeaderClassName
{
color: #CBA339;
}
.AnyTagClassName
{
color: #CBA339;
}
</style>
background-color css
<style>
a { background-color: #CBA339; }
a { background-color: rgb(203,163,57); }
div.DivClassName
{
background-color: #CBA339;
}
.BgClassName
{
background-color: #CBA339;
}
</style>
border-color css
<style>
span { border-color: #CBA339; }
span { border-color: rgb(203,163,57); }
td.TdClassName
{
border-color: #CBA339;
}
.TagClassName
{
border-color: #CBA339;
}
</style>