Shades of Metallic Gold #CBA834
Tints of Metallic Gold #CBA834
RGB
CMYK
RGB Variations
Color information
#CBA834 (or 0xCBA834) is known color: Metallic Gold. HEX triplet: CB, A8 and 34. RGB value is (203,168,52). Sum of RGB (Red+Green+Blue) = 203+168+52=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 168 (66.02% from 255 or 39.72% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA834 is #3457CB. Grayscale: #A5A5A5. Windows color (decimal): -3430348 or 3451083. OLE color: 3451083.
HSL color Cylindrical-coordinate representation of color #CBA834: hue angle of 46.09º 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 #CBA834 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 52 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.20 |
| HSL | 46.09º | 0.59% | 0.5% | - |
| HSV(B) | 46.09º | 0.74% | 0.8% | - |
| XYZ | 39.25 | 40.95 | 9.08 | - |
| YUV | 165.24 | 64.1 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 52 | 0 | 0.17 | 0.74 | 0.20 | 46.09 | 0.59 | 0.5 |
| Hex | CB | A8 | 34 | 0 | 11 | 4A | 14 | 2E | 3B | 32 |
| Octal | 313 | 250 | 64 | 0 | 21 | 112 | 24 | 56 | 73 | 62 |
| Binary | 11001011 | 10101000 | 110100 | 0 | 10001 | 1001010 | 10100 | 101110 | 111011 | 110010 |
Color Harmonies of #CBA834
Complementary color
Monochromatic Colors of #CBA834
Black with #CBA834
Text Example
Text Example
White with #CBA834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA834; }
p { color: rgb(203,168,52); }
H1.HeaderClassName
{
color: #CBA834;
}
.AnyTagClassName
{
color: #CBA834;
}
</style>
background-color css
<style>
a { background-color: #CBA834; }
a { background-color: rgb(203,168,52); }
div.DivClassName
{
background-color: #CBA834;
}
.BgClassName
{
background-color: #CBA834;
}
</style>
border-color css
<style>
span { border-color: #CBA834; }
span { border-color: rgb(203,168,52); }
td.TdClassName
{
border-color: #CBA834;
}
.TagClassName
{
border-color: #CBA834;
}
</style>