Shades of Metallic Gold #CBA739
Tints of Metallic Gold #CBA739
RGB
CMYK
RGB Variations
Color information
#CBA739 (or 0xCBA739) is known color: Metallic Gold. HEX triplet: CB, A7 and 39. RGB value is (203,167,57). Sum of RGB (Red+Green+Blue) = 203+167+57=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 57 (22.66% from 255 or 13.35% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA739 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA739 is #3458C6. Grayscale: #A5A5A5. Windows color (decimal): -3430599 or 3778507. OLE color: 3778507.
HSL color Cylindrical-coordinate representation of color #CBA739: hue angle of 45.21º 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 #CBA739 is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 57 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.20 |
| HSL | 45.21º | 0.58% | 0.51% | - |
| HSV(B) | 45.21º | 0.72% | 0.8% | - |
| XYZ | 39.19 | 40.63 | 9.65 | - |
| YUV | 165.22 | 66.93 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 57 | 0 | 0.18 | 0.72 | 0.20 | 45.21 | 0.58 | 0.51 |
| Hex | CB | A7 | 39 | 0 | 12 | 48 | 14 | 2D | 3A | 33 |
| Octal | 313 | 247 | 71 | 0 | 22 | 110 | 24 | 55 | 72 | 63 |
| Binary | 11001011 | 10100111 | 111001 | 0 | 10010 | 1001000 | 10100 | 101101 | 111010 | 110011 |
Color Harmonies of #CBA739
Complementary color
Monochromatic Colors of #CBA739
Black with #CBA739
Text Example
Text Example
White with #CBA739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA739; }
p { color: rgb(203,167,57); }
H1.HeaderClassName
{
color: #CBA739;
}
.AnyTagClassName
{
color: #CBA739;
}
</style>
background-color css
<style>
a { background-color: #CBA739; }
a { background-color: rgb(203,167,57); }
div.DivClassName
{
background-color: #CBA739;
}
.BgClassName
{
background-color: #CBA739;
}
</style>
border-color css
<style>
span { border-color: #CBA739; }
span { border-color: rgb(203,167,57); }
td.TdClassName
{
border-color: #CBA739;
}
.TagClassName
{
border-color: #CBA739;
}
</style>