Shades of Metallic Gold #CBA835
Tints of Metallic Gold #CBA835
RGB
CMYK
RGB Variations
Color information
#CBA835 (or 0xCBA835) is known color: Metallic Gold. HEX triplet: CB, A8 and 35. RGB value is (203,168,53). Sum of RGB (Red+Green+Blue) = 203+168+53=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 53 (21.09% from 255 or 12.5% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA835 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA835 is #3457CA. Grayscale: #A5A5A5. Windows color (decimal): -3430347 or 3516619. OLE color: 3516619.
HSL color Cylindrical-coordinate representation of color #CBA835: hue angle of 46º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBA835 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 53 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.20 |
| HSL | 46º | 0.59% | 0.5% | - |
| HSV(B) | 46º | 0.74% | 0.8% | - |
| XYZ | 39.27 | 40.96 | 9.2 | - |
| YUV | 165.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 53 | 0 | 0.17 | 0.74 | 0.20 | 46 | 0.59 | 0.5 |
| Hex | CB | A8 | 35 | 0 | 11 | 4A | 14 | 2E | 3B | 32 |
| Octal | 313 | 250 | 65 | 0 | 21 | 112 | 24 | 56 | 73 | 62 |
| Binary | 11001011 | 10101000 | 110101 | 0 | 10001 | 1001010 | 10100 | 101110 | 111011 | 110010 |
Color Harmonies of #CBA835
Complementary color
Monochromatic Colors of #CBA835
Black with #CBA835
Text Example
Text Example
White with #CBA835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA835; }
p { color: rgb(203,168,53); }
H1.HeaderClassName
{
color: #CBA835;
}
.AnyTagClassName
{
color: #CBA835;
}
</style>
background-color css
<style>
a { background-color: #CBA835; }
a { background-color: rgb(203,168,53); }
div.DivClassName
{
background-color: #CBA835;
}
.BgClassName
{
background-color: #CBA835;
}
</style>
border-color css
<style>
span { border-color: #CBA835; }
span { border-color: rgb(203,168,53); }
td.TdClassName
{
border-color: #CBA835;
}
.TagClassName
{
border-color: #CBA835;
}
</style>