Shades of Metallic Gold #CBA83E
Tints of Metallic Gold #CBA83E
RGB
CMYK
RGB Variations
Color information
#CBA83E (or 0xCBA83E) is known color: Metallic Gold. HEX triplet: CB, A8 and 3E. RGB value is (203,168,62). Sum of RGB (Red+Green+Blue) = 203+168+62=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA83E is #3457C1. Grayscale: #A6A6A6. Windows color (decimal): -3430338 or 4106443. OLE color: 4106443.
HSL color Cylindrical-coordinate representation of color #CBA83E: hue angle of 45.11º 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 #CBA83E is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 62 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.20 |
| HSL | 45.11º | 0.58% | 0.52% | - |
| HSV(B) | 45.11º | 0.69% | 0.8% | - |
| XYZ | 39.5 | 41.05 | 10.4 | - |
| YUV | 166.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 62 | 0 | 0.17 | 0.69 | 0.20 | 45.11 | 0.58 | 0.52 |
| Hex | CB | A8 | 3E | 0 | 11 | 45 | 14 | 2D | 3A | 34 |
| Octal | 313 | 250 | 76 | 0 | 21 | 105 | 24 | 55 | 72 | 64 |
| Binary | 11001011 | 10101000 | 111110 | 0 | 10001 | 1000101 | 10100 | 101101 | 111010 | 110100 |
Color Harmonies of #CBA83E
Complementary color
Monochromatic Colors of #CBA83E
Black with #CBA83E
Text Example
Text Example
White with #CBA83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA83E; }
p { color: rgb(203,168,62); }
H1.HeaderClassName
{
color: #CBA83E;
}
.AnyTagClassName
{
color: #CBA83E;
}
</style>
background-color css
<style>
a { background-color: #CBA83E; }
a { background-color: rgb(203,168,62); }
div.DivClassName
{
background-color: #CBA83E;
}
.BgClassName
{
background-color: #CBA83E;
}
</style>
border-color css
<style>
span { border-color: #CBA83E; }
span { border-color: rgb(203,168,62); }
td.TdClassName
{
border-color: #CBA83E;
}
.TagClassName
{
border-color: #CBA83E;
}
</style>