Shades of Metallic Gold #CBA836
Tints of Metallic Gold #CBA836
RGB
CMYK
RGB Variations
Color information
#CBA836 (or 0xCBA836) is known color: Metallic Gold. HEX triplet: CB, A8 and 36. RGB value is (203,168,54). Sum of RGB (Red+Green+Blue) = 203+168+54=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 54 (21.48% from 255 or 12.71% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA836 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA836 is #3457C9. Grayscale: #A5A5A5. Windows color (decimal): -3430346 or 3582155. OLE color: 3582155.
HSL color Cylindrical-coordinate representation of color #CBA836: hue angle of 45.91º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBA836 is Cyan = 0, Magento = 0.17, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 54 | - |
| CMYK | 0 | 0.17 | 0.73 | 0.20 |
| HSL | 45.91º | 0.59% | 0.5% | - |
| HSV(B) | 45.91º | 0.73% | 0.8% | - |
| XYZ | 39.3 | 40.97 | 9.33 | - |
| YUV | 165.47 | 65.1 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 54 | 0 | 0.17 | 0.73 | 0.20 | 45.91 | 0.59 | 0.5 |
| Hex | CB | A8 | 36 | 0 | 11 | 49 | 14 | 2E | 3B | 32 |
| Octal | 313 | 250 | 66 | 0 | 21 | 111 | 24 | 56 | 73 | 62 |
| Binary | 11001011 | 10101000 | 110110 | 0 | 10001 | 1001001 | 10100 | 101110 | 111011 | 110010 |
Color Harmonies of #CBA836
Complementary color
Monochromatic Colors of #CBA836
Black with #CBA836
Text Example
Text Example
White with #CBA836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA836; }
p { color: rgb(203,168,54); }
H1.HeaderClassName
{
color: #CBA836;
}
.AnyTagClassName
{
color: #CBA836;
}
</style>
background-color css
<style>
a { background-color: #CBA836; }
a { background-color: rgb(203,168,54); }
div.DivClassName
{
background-color: #CBA836;
}
.BgClassName
{
background-color: #CBA836;
}
</style>
border-color css
<style>
span { border-color: #CBA836; }
span { border-color: rgb(203,168,54); }
td.TdClassName
{
border-color: #CBA836;
}
.TagClassName
{
border-color: #CBA836;
}
</style>