Shades of Metallic Gold #CBA534
Tints of Metallic Gold #CBA534
RGB
CMYK
RGB Variations
Color information
#CBA534 (or 0xCBA534) is known color: Metallic Gold. HEX triplet: CB, A5 and 34. RGB value is (203,165,52). Sum of RGB (Red+Green+Blue) = 203+165+52=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA534 is #345ACB. Grayscale: #A3A3A3. Windows color (decimal): -3431116 or 3450315. OLE color: 3450315.
HSL color Cylindrical-coordinate representation of color #CBA534: hue angle of 44.9º 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 #CBA534 is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 52 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.20 |
| HSL | 44.9º | 0.59% | 0.5% | - |
| HSV(B) | 44.9º | 0.74% | 0.8% | - |
| XYZ | 38.7 | 39.85 | 8.9 | - |
| YUV | 163.48 | 65.09 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 52 | 0 | 0.19 | 0.74 | 0.20 | 44.9 | 0.59 | 0.5 |
| Hex | CB | A5 | 34 | 0 | 13 | 4A | 14 | 2D | 3B | 32 |
| Octal | 313 | 245 | 64 | 0 | 23 | 112 | 24 | 55 | 73 | 62 |
| Binary | 11001011 | 10100101 | 110100 | 0 | 10011 | 1001010 | 10100 | 101101 | 111011 | 110010 |
Color Harmonies of #CBA534
Complementary color
Monochromatic Colors of #CBA534
Black with #CBA534
Text Example
Text Example
White with #CBA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA534; }
p { color: rgb(203,165,52); }
H1.HeaderClassName
{
color: #CBA534;
}
.AnyTagClassName
{
color: #CBA534;
}
</style>
background-color css
<style>
a { background-color: #CBA534; }
a { background-color: rgb(203,165,52); }
div.DivClassName
{
background-color: #CBA534;
}
.BgClassName
{
background-color: #CBA534;
}
</style>
border-color css
<style>
span { border-color: #CBA534; }
span { border-color: rgb(203,165,52); }
td.TdClassName
{
border-color: #CBA534;
}
.TagClassName
{
border-color: #CBA534;
}
</style>