Shades of Metallic Gold #CBA934
Tints of Metallic Gold #CBA934
RGB
CMYK
RGB Variations
Color information
#CBA934 (or 0xCBA934) is known color: Metallic Gold. HEX triplet: CB, A9 and 34. RGB value is (203,169,52). Sum of RGB (Red+Green+Blue) = 203+169+52=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA934 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA934 is #3456CB. Grayscale: #A6A6A6. Windows color (decimal): -3430092 or 3451339. OLE color: 3451339.
HSL color Cylindrical-coordinate representation of color #CBA934: hue angle of 46.49º 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 #CBA934 is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 52 | - |
| CMYK | 0 | 0.17 | 0.74 | 0.20 |
| HSL | 46.49º | 0.59% | 0.5% | - |
| HSV(B) | 46.49º | 0.74% | 0.8% | - |
| XYZ | 39.44 | 41.32 | 9.15 | - |
| YUV | 165.83 | 63.76 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 52 | 0 | 0.17 | 0.74 | 0.20 | 46.49 | 0.59 | 0.5 |
| Hex | CB | A9 | 34 | 0 | 11 | 4A | 14 | 2E | 3B | 32 |
| Octal | 313 | 251 | 64 | 0 | 21 | 112 | 24 | 56 | 73 | 62 |
| Binary | 11001011 | 10101001 | 110100 | 0 | 10001 | 1001010 | 10100 | 101110 | 111011 | 110010 |
Color Harmonies of #CBA934
Complementary color
Monochromatic Colors of #CBA934
Black with #CBA934
Text Example
Text Example
White with #CBA934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA934; }
p { color: rgb(203,169,52); }
H1.HeaderClassName
{
color: #CBA934;
}
.AnyTagClassName
{
color: #CBA934;
}
</style>
background-color css
<style>
a { background-color: #CBA934; }
a { background-color: rgb(203,169,52); }
div.DivClassName
{
background-color: #CBA934;
}
.BgClassName
{
background-color: #CBA934;
}
</style>
border-color css
<style>
span { border-color: #CBA934; }
span { border-color: rgb(203,169,52); }
td.TdClassName
{
border-color: #CBA934;
}
.TagClassName
{
border-color: #CBA934;
}
</style>