Shades of Metallic Gold #CBA532
Tints of Metallic Gold #CBA532
RGB
CMYK
RGB Variations
Color information
#CBA532 (or 0xCBA532) is known color: Metallic Gold. HEX triplet: CB, A5 and 32. RGB value is (203,165,50). Sum of RGB (Red+Green+Blue) = 203+165+50=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA532 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA532 is #345ACD. Grayscale: #A3A3A3. Windows color (decimal): -3431118 or 3319243. OLE color: 3319243.
HSL color Cylindrical-coordinate representation of color #CBA532: hue angle of 45.1º 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 #CBA532 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 165 | 50 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.20 |
| HSL | 45.1º | 0.6% | 0.5% | - |
| HSV(B) | 45.1º | 0.75% | 0.8% | - |
| XYZ | 38.66 | 39.84 | 8.67 | - |
| YUV | 163.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 165 | 50 | 0 | 0.19 | 0.75 | 0.20 | 45.1 | 0.6 | 0.5 |
| Hex | CB | A5 | 32 | 0 | 13 | 4B | 14 | 2D | 3C | 32 |
| Octal | 313 | 245 | 62 | 0 | 23 | 113 | 24 | 55 | 74 | 62 |
| Binary | 11001011 | 10100101 | 110010 | 0 | 10011 | 1001011 | 10100 | 101101 | 111100 | 110010 |
Color Harmonies of #CBA532
Complementary color
Monochromatic Colors of #CBA532
Black with #CBA532
Text Example
Text Example
White with #CBA532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA532; }
p { color: rgb(203,165,50); }
H1.HeaderClassName
{
color: #CBA532;
}
.AnyTagClassName
{
color: #CBA532;
}
</style>
background-color css
<style>
a { background-color: #CBA532; }
a { background-color: rgb(203,165,50); }
div.DivClassName
{
background-color: #CBA532;
}
.BgClassName
{
background-color: #CBA532;
}
</style>
border-color css
<style>
span { border-color: #CBA532; }
span { border-color: rgb(203,165,50); }
td.TdClassName
{
border-color: #CBA532;
}
.TagClassName
{
border-color: #CBA532;
}
</style>