Shades of Metallic Gold #CBA533
Tints of Metallic Gold #CBA533
RGB
CMYK
RGB Variations
Color information
#CBA533 (or 0xCBA533) is known color: Metallic Gold. HEX triplet: CB, A5 and 33. RGB value is (203,165,51). Sum of RGB (Red+Green+Blue) = 203+165+51=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 165 (64.84% from 255 or 39.38% from 419); Blue value is 51 (20.31% from 255 or 12.17% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA533 is #345ACC. Grayscale: #A3A3A3. Windows color (decimal): -3431117 or 3384779. OLE color: 3384779.
HSL color Cylindrical-coordinate representation of color #CBA533: hue angle of 45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBA533 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 51 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.20 |
| HSL | 45º | 0.6% | 0.5% | - |
| HSV(B) | 45º | 0.75% | 0.8% | - |
| XYZ | 38.68 | 39.85 | 8.78 | - |
| YUV | 163.37 | 64.59 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 51 | 0 | 0.19 | 0.75 | 0.20 | 45 | 0.6 | 0.5 |
| Hex | CB | A5 | 33 | 0 | 13 | 4B | 14 | 2D | 3C | 32 |
| Octal | 313 | 245 | 63 | 0 | 23 | 113 | 24 | 55 | 74 | 62 |
| Binary | 11001011 | 10100101 | 110011 | 0 | 10011 | 1001011 | 10100 | 101101 | 111100 | 110010 |
Color Harmonies of #CBA533
Complementary color
Monochromatic Colors of #CBA533
Black with #CBA533
Text Example
Text Example
White with #CBA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA533; }
p { color: rgb(203,165,51); }
H1.HeaderClassName
{
color: #CBA533;
}
.AnyTagClassName
{
color: #CBA533;
}
</style>
background-color css
<style>
a { background-color: #CBA533; }
a { background-color: rgb(203,165,51); }
div.DivClassName
{
background-color: #CBA533;
}
.BgClassName
{
background-color: #CBA533;
}
</style>
border-color css
<style>
span { border-color: #CBA533; }
span { border-color: rgb(203,165,51); }
td.TdClassName
{
border-color: #CBA533;
}
.TagClassName
{
border-color: #CBA533;
}
</style>