Shades of Metallic Gold #CBA32F
Tints of Metallic Gold #CBA32F
RGB
CMYK
RGB Variations
Color information
#CBA32F (or 0xCBA32F) is known color: Metallic Gold. HEX triplet: CB, A3 and 2F. RGB value is (203,163,47). Sum of RGB (Red+Green+Blue) = 203+163+47=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 163 (64.06% from 255 or 39.47% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA32F is #345CD0. Grayscale: #A2A2A2. Windows color (decimal): -3431633 or 3122123. OLE color: 3122123.
HSL color Cylindrical-coordinate representation of color #CBA32F: hue angle of 44.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBA32F is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 47 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.20 |
| HSL | 44.62º | 0.62% | 0.49% | - |
| HSV(B) | 44.62º | 0.77% | 0.8% | - |
| XYZ | 38.24 | 39.1 | 8.22 | - |
| YUV | 161.74 | 63.25 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 47 | 0 | 0.20 | 0.77 | 0.20 | 44.62 | 0.62 | 0.49 |
| Hex | CB | A3 | 2F | 0 | 14 | 4D | 14 | 2D | 3E | 31 |
| Octal | 313 | 243 | 57 | 0 | 24 | 115 | 24 | 55 | 76 | 61 |
| Binary | 11001011 | 10100011 | 101111 | 0 | 10100 | 1001101 | 10100 | 101101 | 111110 | 110001 |
Color Harmonies of #CBA32F
Complementary color
Monochromatic Colors of #CBA32F
Black with #CBA32F
Text Example
Text Example
White with #CBA32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA32F; }
p { color: rgb(203,163,47); }
H1.HeaderClassName
{
color: #CBA32F;
}
.AnyTagClassName
{
color: #CBA32F;
}
</style>
background-color css
<style>
a { background-color: #CBA32F; }
a { background-color: rgb(203,163,47); }
div.DivClassName
{
background-color: #CBA32F;
}
.BgClassName
{
background-color: #CBA32F;
}
</style>
border-color css
<style>
span { border-color: #CBA32F; }
span { border-color: rgb(203,163,47); }
td.TdClassName
{
border-color: #CBA32F;
}
.TagClassName
{
border-color: #CBA32F;
}
</style>