Shades of Metallic Gold #CBA63A
Tints of Metallic Gold #CBA63A
RGB
CMYK
RGB Variations
Color information
#CBA63A (or 0xCBA63A) is known color: Metallic Gold. HEX triplet: CB, A6 and 3A. RGB value is (203,166,58). Sum of RGB (Red+Green+Blue) = 203+166+58=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA63A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA63A is #3459C5. Grayscale: #A5A5A5. Windows color (decimal): -3430854 or 3843787. OLE color: 3843787.
HSL color Cylindrical-coordinate representation of color #CBA63A: hue angle of 44.69º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CBA63A is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 58 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.20 |
| HSL | 44.69º | 0.58% | 0.51% | - |
| HSV(B) | 44.69º | 0.71% | 0.8% | - |
| XYZ | 39.03 | 40.27 | 9.72 | - |
| YUV | 164.75 | 67.76 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 58 | 0 | 0.18 | 0.71 | 0.20 | 44.69 | 0.58 | 0.51 |
| Hex | CB | A6 | 3A | 0 | 12 | 47 | 14 | 2D | 3A | 33 |
| Octal | 313 | 246 | 72 | 0 | 22 | 107 | 24 | 55 | 72 | 63 |
| Binary | 11001011 | 10100110 | 111010 | 0 | 10010 | 1000111 | 10100 | 101101 | 111010 | 110011 |
Color Harmonies of #CBA63A
Complementary color
Monochromatic Colors of #CBA63A
Black with #CBA63A
Text Example
Text Example
White with #CBA63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA63A; }
p { color: rgb(203,166,58); }
H1.HeaderClassName
{
color: #CBA63A;
}
.AnyTagClassName
{
color: #CBA63A;
}
</style>
background-color css
<style>
a { background-color: #CBA63A; }
a { background-color: rgb(203,166,58); }
div.DivClassName
{
background-color: #CBA63A;
}
.BgClassName
{
background-color: #CBA63A;
}
</style>
border-color css
<style>
span { border-color: #CBA63A; }
span { border-color: rgb(203,166,58); }
td.TdClassName
{
border-color: #CBA63A;
}
.TagClassName
{
border-color: #CBA63A;
}
</style>