Shades of Metallic Gold #CBA33F
Tints of Metallic Gold #CBA33F
RGB
CMYK
RGB Variations
Color information
#CBA33F (or 0xCBA33F) is known color: Metallic Gold. HEX triplet: CB, A3 and 3F. RGB value is (203,163,63). Sum of RGB (Red+Green+Blue) = 203+163+63=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA33F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA33F is #345CC0. Grayscale: #A4A4A4. Windows color (decimal): -3431617 or 4170699. OLE color: 4170699.
HSL color Cylindrical-coordinate representation of color #CBA33F: hue angle of 42.86º degrees, saturation: 0.57, 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 #CBA33F is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 63 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.20 |
| HSL | 42.86º | 0.57% | 0.52% | - |
| HSV(B) | 42.86º | 0.69% | 0.8% | - |
| XYZ | 38.62 | 39.25 | 10.24 | - |
| YUV | 163.56 | 71.25 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 63 | 0 | 0.20 | 0.69 | 0.20 | 42.86 | 0.57 | 0.52 |
| Hex | CB | A3 | 3F | 0 | 14 | 45 | 14 | 2B | 39 | 34 |
| Octal | 313 | 243 | 77 | 0 | 24 | 105 | 24 | 53 | 71 | 64 |
| Binary | 11001011 | 10100011 | 111111 | 0 | 10100 | 1000101 | 10100 | 101011 | 111001 | 110100 |
Color Harmonies of #CBA33F
Complementary color
Monochromatic Colors of #CBA33F
Black with #CBA33F
Text Example
Text Example
White with #CBA33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA33F; }
p { color: rgb(203,163,63); }
H1.HeaderClassName
{
color: #CBA33F;
}
.AnyTagClassName
{
color: #CBA33F;
}
</style>
background-color css
<style>
a { background-color: #CBA33F; }
a { background-color: rgb(203,163,63); }
div.DivClassName
{
background-color: #CBA33F;
}
.BgClassName
{
background-color: #CBA33F;
}
</style>
border-color css
<style>
span { border-color: #CBA33F; }
span { border-color: rgb(203,163,63); }
td.TdClassName
{
border-color: #CBA33F;
}
.TagClassName
{
border-color: #CBA33F;
}
</style>