Shades of Metallic Gold #CBA932
Tints of Metallic Gold #CBA932
RGB
CMYK
RGB Variations
Color information
#CBA932 (or 0xCBA932) is known color: Metallic Gold. HEX triplet: CB, A9 and 32. RGB value is (203,169,50). Sum of RGB (Red+Green+Blue) = 203+169+50=422 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.10% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA932 is #3456CD. Grayscale: #A6A6A6. Windows color (decimal): -3430094 or 3320267. OLE color: 3320267.
HSL color Cylindrical-coordinate representation of color #CBA932: hue angle of 46.67º 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 #CBA932 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 50 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.20 |
| HSL | 46.67º | 0.6% | 0.5% | - |
| HSV(B) | 46.67º | 0.75% | 0.8% | - |
| XYZ | 39.39 | 41.3 | 8.91 | - |
| YUV | 165.6 | 62.76 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 50 | 0 | 0.17 | 0.75 | 0.20 | 46.67 | 0.6 | 0.5 |
| Hex | CB | A9 | 32 | 0 | 11 | 4B | 14 | 2F | 3C | 32 |
| Octal | 313 | 251 | 62 | 0 | 21 | 113 | 24 | 57 | 74 | 62 |
| Binary | 11001011 | 10101001 | 110010 | 0 | 10001 | 1001011 | 10100 | 101111 | 111100 | 110010 |
Color Harmonies of #CBA932
Complementary color
Monochromatic Colors of #CBA932
Black with #CBA932
Text Example
Text Example
White with #CBA932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA932; }
p { color: rgb(203,169,50); }
H1.HeaderClassName
{
color: #CBA932;
}
.AnyTagClassName
{
color: #CBA932;
}
</style>
background-color css
<style>
a { background-color: #CBA932; }
a { background-color: rgb(203,169,50); }
div.DivClassName
{
background-color: #CBA932;
}
.BgClassName
{
background-color: #CBA932;
}
</style>
border-color css
<style>
span { border-color: #CBA932; }
span { border-color: rgb(203,169,50); }
td.TdClassName
{
border-color: #CBA932;
}
.TagClassName
{
border-color: #CBA932;
}
</style>