Shades of Metallic Gold #CBA737
Tints of Metallic Gold #CBA737
RGB
CMYK
RGB Variations
Color information
#CBA737 (or 0xCBA737) is known color: Metallic Gold. HEX triplet: CB, A7 and 37. RGB value is (203,167,55). Sum of RGB (Red+Green+Blue) = 203+167+55=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 167 (65.62% from 255 or 39.29% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA737 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA737 is #3458C8. Grayscale: #A5A5A5. Windows color (decimal): -3430601 or 3647435. OLE color: 3647435.
HSL color Cylindrical-coordinate representation of color #CBA737: hue angle of 45.41º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBA737 is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 55 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.20 |
| HSL | 45.41º | 0.59% | 0.51% | - |
| HSV(B) | 45.41º | 0.73% | 0.8% | - |
| XYZ | 39.14 | 40.61 | 9.39 | - |
| YUV | 165 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 55 | 0 | 0.18 | 0.73 | 0.20 | 45.41 | 0.59 | 0.51 |
| Hex | CB | A7 | 37 | 0 | 12 | 49 | 14 | 2D | 3B | 33 |
| Octal | 313 | 247 | 67 | 0 | 22 | 111 | 24 | 55 | 73 | 63 |
| Binary | 11001011 | 10100111 | 110111 | 0 | 10010 | 1001001 | 10100 | 101101 | 111011 | 110011 |
Color Harmonies of #CBA737
Complementary color
Monochromatic Colors of #CBA737
Black with #CBA737
Text Example
Text Example
White with #CBA737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA737; }
p { color: rgb(203,167,55); }
H1.HeaderClassName
{
color: #CBA737;
}
.AnyTagClassName
{
color: #CBA737;
}
</style>
background-color css
<style>
a { background-color: #CBA737; }
a { background-color: rgb(203,167,55); }
div.DivClassName
{
background-color: #CBA737;
}
.BgClassName
{
background-color: #CBA737;
}
</style>
border-color css
<style>
span { border-color: #CBA737; }
span { border-color: rgb(203,167,55); }
td.TdClassName
{
border-color: #CBA737;
}
.TagClassName
{
border-color: #CBA737;
}
</style>