Shades of Metallic Gold #CBA82C
Tints of Metallic Gold #CBA82C
RGB
CMYK
RGB Variations
Color information
#CBA82C (or 0xCBA82C) is known color: Metallic Gold. HEX triplet: CB, A8 and 2C. RGB value is (203,168,44). Sum of RGB (Red+Green+Blue) = 203+168+44=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA82C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA82C is #3457D3. Grayscale: #A4A4A4. Windows color (decimal): -3430356 or 2926795. OLE color: 2926795.
HSL color Cylindrical-coordinate representation of color #CBA82C: hue angle of 46.79º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBA82C is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 168 | 44 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.20 |
| HSL | 46.79º | 0.64% | 0.48% | - |
| HSV(B) | 46.79º | 0.78% | 0.8% | - |
| XYZ | 39.09 | 40.88 | 8.21 | - |
| YUV | 164.33 | 60.1 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 168 | 44 | 0 | 0.17 | 0.78 | 0.20 | 46.79 | 0.64 | 0.48 |
| Hex | CB | A8 | 2C | 0 | 11 | 4E | 14 | 2F | 40 | 30 |
| Octal | 313 | 250 | 54 | 0 | 21 | 116 | 24 | 57 | 100 | 60 |
| Binary | 11001011 | 10101000 | 101100 | 0 | 10001 | 1001110 | 10100 | 101111 | 1000000 | 110000 |
Color Harmonies of #CBA82C
Complementary color
Monochromatic Colors of #CBA82C
Black with #CBA82C
Text Example
Text Example
White with #CBA82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA82C; }
p { color: rgb(203,168,44); }
H1.HeaderClassName
{
color: #CBA82C;
}
.AnyTagClassName
{
color: #CBA82C;
}
</style>
background-color css
<style>
a { background-color: #CBA82C; }
a { background-color: rgb(203,168,44); }
div.DivClassName
{
background-color: #CBA82C;
}
.BgClassName
{
background-color: #CBA82C;
}
</style>
border-color css
<style>
span { border-color: #CBA82C; }
span { border-color: rgb(203,168,44); }
td.TdClassName
{
border-color: #CBA82C;
}
.TagClassName
{
border-color: #CBA82C;
}
</style>