Shades of Metallic Gold #CBA42F
Tints of Metallic Gold #CBA42F
RGB
CMYK
RGB Variations
Color information
#CBA42F (or 0xCBA42F) is known color: Metallic Gold. HEX triplet: CB, A4 and 2F. RGB value is (203,164,47). Sum of RGB (Red+Green+Blue) = 203+164+47=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA42F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA42F is #345BD0. Grayscale: #A2A2A2. Windows color (decimal): -3431377 or 3122379. OLE color: 3122379.
HSL color Cylindrical-coordinate representation of color #CBA42F: hue angle of 45º 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 #CBA42F is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 164 | 47 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.20 |
| HSL | 45º | 0.62% | 0.49% | - |
| HSV(B) | 45º | 0.77% | 0.8% | - |
| XYZ | 38.42 | 39.45 | 8.28 | - |
| YUV | 162.32 | 62.92 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 164 | 47 | 0 | 0.19 | 0.77 | 0.20 | 45 | 0.62 | 0.49 |
| Hex | CB | A4 | 2F | 0 | 13 | 4D | 14 | 2D | 3E | 31 |
| Octal | 313 | 244 | 57 | 0 | 23 | 115 | 24 | 55 | 76 | 61 |
| Binary | 11001011 | 10100100 | 101111 | 0 | 10011 | 1001101 | 10100 | 101101 | 111110 | 110001 |
Color Harmonies of #CBA42F
Complementary color
Monochromatic Colors of #CBA42F
Black with #CBA42F
Text Example
Text Example
White with #CBA42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA42F; }
p { color: rgb(203,164,47); }
H1.HeaderClassName
{
color: #CBA42F;
}
.AnyTagClassName
{
color: #CBA42F;
}
</style>
background-color css
<style>
a { background-color: #CBA42F; }
a { background-color: rgb(203,164,47); }
div.DivClassName
{
background-color: #CBA42F;
}
.BgClassName
{
background-color: #CBA42F;
}
</style>
border-color css
<style>
span { border-color: #CBA42F; }
span { border-color: rgb(203,164,47); }
td.TdClassName
{
border-color: #CBA42F;
}
.TagClassName
{
border-color: #CBA42F;
}
</style>