Shades of Metallic Gold #CBA92C
Tints of Metallic Gold #CBA92C
RGB
CMYK
RGB Variations
Color information
#CBA92C (or 0xCBA92C) is known color: Metallic Gold. HEX triplet: CB, A9 and 2C. RGB value is (203,169,44). Sum of RGB (Red+Green+Blue) = 203+169+44=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 169 (66.41% from 255 or 40.62% from 416); Blue value is 44 (17.58% from 255 or 10.58% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA92C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA92C is #3456D3. Grayscale: #A5A5A5. Windows color (decimal): -3430100 or 2927051. OLE color: 2927051.
HSL color Cylindrical-coordinate representation of color #CBA92C: hue angle of 47.17º 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 #CBA92C is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 169 | 44 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.20 |
| HSL | 47.17º | 0.64% | 0.48% | - |
| HSV(B) | 47.17º | 0.78% | 0.8% | - |
| XYZ | 39.27 | 41.25 | 8.28 | - |
| YUV | 164.92 | 59.76 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 169 | 44 | 0 | 0.17 | 0.78 | 0.20 | 47.17 | 0.64 | 0.48 |
| Hex | CB | A9 | 2C | 0 | 11 | 4E | 14 | 2F | 40 | 30 |
| Octal | 313 | 251 | 54 | 0 | 21 | 116 | 24 | 57 | 100 | 60 |
| Binary | 11001011 | 10101001 | 101100 | 0 | 10001 | 1001110 | 10100 | 101111 | 1000000 | 110000 |
Color Harmonies of #CBA92C
Complementary color
Monochromatic Colors of #CBA92C
Black with #CBA92C
Text Example
Text Example
White with #CBA92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA92C; }
p { color: rgb(203,169,44); }
H1.HeaderClassName
{
color: #CBA92C;
}
.AnyTagClassName
{
color: #CBA92C;
}
</style>
background-color css
<style>
a { background-color: #CBA92C; }
a { background-color: rgb(203,169,44); }
div.DivClassName
{
background-color: #CBA92C;
}
.BgClassName
{
background-color: #CBA92C;
}
</style>
border-color css
<style>
span { border-color: #CBA92C; }
span { border-color: rgb(203,169,44); }
td.TdClassName
{
border-color: #CBA92C;
}
.TagClassName
{
border-color: #CBA92C;
}
</style>