Shades of Metallic Gold #CBA73D
Tints of Metallic Gold #CBA73D
RGB
CMYK
RGB Variations
Color information
#CBA73D (or 0xCBA73D) is known color: Metallic Gold. HEX triplet: CB, A7 and 3D. RGB value is (203,167,61). Sum of RGB (Red+Green+Blue) = 203+167+61=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 167 (65.62% from 255 or 38.75% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA73D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA73D is #3458C2. Grayscale: #A6A6A6. Windows color (decimal): -3430595 or 4040651. OLE color: 4040651.
HSL color Cylindrical-coordinate representation of color #CBA73D: hue angle of 44.79º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBA73D is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 167 | 61 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.20 |
| HSL | 44.79º | 0.58% | 0.52% | - |
| HSV(B) | 44.79º | 0.7% | 0.8% | - |
| XYZ | 39.29 | 40.67 | 10.19 | - |
| YUV | 165.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 167 | 61 | 0 | 0.18 | 0.70 | 0.20 | 44.79 | 0.58 | 0.52 |
| Hex | CB | A7 | 3D | 0 | 12 | 46 | 14 | 2D | 3A | 34 |
| Octal | 313 | 247 | 75 | 0 | 22 | 106 | 24 | 55 | 72 | 64 |
| Binary | 11001011 | 10100111 | 111101 | 0 | 10010 | 1000110 | 10100 | 101101 | 111010 | 110100 |
Color Harmonies of #CBA73D
Complementary color
Monochromatic Colors of #CBA73D
Black with #CBA73D
Text Example
Text Example
White with #CBA73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA73D; }
p { color: rgb(203,167,61); }
H1.HeaderClassName
{
color: #CBA73D;
}
.AnyTagClassName
{
color: #CBA73D;
}
</style>
background-color css
<style>
a { background-color: #CBA73D; }
a { background-color: rgb(203,167,61); }
div.DivClassName
{
background-color: #CBA73D;
}
.BgClassName
{
background-color: #CBA73D;
}
</style>
border-color css
<style>
span { border-color: #CBA73D; }
span { border-color: rgb(203,167,61); }
td.TdClassName
{
border-color: #CBA73D;
}
.TagClassName
{
border-color: #CBA73D;
}
</style>