Shades of Metallic Gold #CBA63E
Tints of Metallic Gold #CBA63E
RGB
CMYK
RGB Variations
Color information
#CBA63E (or 0xCBA63E) is known color: Metallic Gold. HEX triplet: CB, A6 and 3E. RGB value is (203,166,62). Sum of RGB (Red+Green+Blue) = 203+166+62=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA63E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA63E is #3459C1. Grayscale: #A5A5A5. Windows color (decimal): -3430850 or 4105931. OLE color: 4105931.
HSL color Cylindrical-coordinate representation of color #CBA63E: hue angle of 44.26º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBA63E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 62 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.20 |
| HSL | 44.26º | 0.58% | 0.52% | - |
| HSV(B) | 44.26º | 0.69% | 0.8% | - |
| XYZ | 39.13 | 40.32 | 10.28 | - |
| YUV | 165.21 | 69.76 | 154.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 62 | 0 | 0.18 | 0.69 | 0.20 | 44.26 | 0.58 | 0.52 |
| Hex | CB | A6 | 3E | 0 | 12 | 45 | 14 | 2C | 3A | 34 |
| Octal | 313 | 246 | 76 | 0 | 22 | 105 | 24 | 54 | 72 | 64 |
| Binary | 11001011 | 10100110 | 111110 | 0 | 10010 | 1000101 | 10100 | 101100 | 111010 | 110100 |
Color Harmonies of #CBA63E
Complementary color
Monochromatic Colors of #CBA63E
Black with #CBA63E
Text Example
Text Example
White with #CBA63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA63E; }
p { color: rgb(203,166,62); }
H1.HeaderClassName
{
color: #CBA63E;
}
.AnyTagClassName
{
color: #CBA63E;
}
</style>
background-color css
<style>
a { background-color: #CBA63E; }
a { background-color: rgb(203,166,62); }
div.DivClassName
{
background-color: #CBA63E;
}
.BgClassName
{
background-color: #CBA63E;
}
</style>
border-color css
<style>
span { border-color: #CBA63E; }
span { border-color: rgb(203,166,62); }
td.TdClassName
{
border-color: #CBA63E;
}
.TagClassName
{
border-color: #CBA63E;
}
</style>