Shades of Metallic Gold #CBA23E
Tints of Metallic Gold #CBA23E
RGB
CMYK
RGB Variations
Color information
#CBA23E (or 0xCBA23E) is known color: Metallic Gold. HEX triplet: CB, A2 and 3E. RGB value is (203,162,62). Sum of RGB (Red+Green+Blue) = 203+162+62=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA23E is #345DC1. Grayscale: #A3A3A3. Windows color (decimal): -3431874 or 4104907. OLE color: 4104907.
HSL color Cylindrical-coordinate representation of color #CBA23E: hue angle of 42.55º 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 #CBA23E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 162 | 62 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.20 |
| HSL | 42.55º | 0.58% | 0.52% | - |
| HSV(B) | 42.55º | 0.69% | 0.8% | - |
| XYZ | 38.42 | 38.88 | 10.04 | - |
| YUV | 162.86 | 71.08 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 162 | 62 | 0 | 0.20 | 0.69 | 0.20 | 42.55 | 0.58 | 0.52 |
| Hex | CB | A2 | 3E | 0 | 14 | 45 | 14 | 2B | 3A | 34 |
| Octal | 313 | 242 | 76 | 0 | 24 | 105 | 24 | 53 | 72 | 64 |
| Binary | 11001011 | 10100010 | 111110 | 0 | 10100 | 1000101 | 10100 | 101011 | 111010 | 110100 |
Color Harmonies of #CBA23E
Complementary color
Monochromatic Colors of #CBA23E
Black with #CBA23E
Text Example
Text Example
White with #CBA23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA23E; }
p { color: rgb(203,162,62); }
H1.HeaderClassName
{
color: #CBA23E;
}
.AnyTagClassName
{
color: #CBA23E;
}
</style>
background-color css
<style>
a { background-color: #CBA23E; }
a { background-color: rgb(203,162,62); }
div.DivClassName
{
background-color: #CBA23E;
}
.BgClassName
{
background-color: #CBA23E;
}
</style>
border-color css
<style>
span { border-color: #CBA23E; }
span { border-color: rgb(203,162,62); }
td.TdClassName
{
border-color: #CBA23E;
}
.TagClassName
{
border-color: #CBA23E;
}
</style>