Shades of Metallic Gold #CBA62D
Tints of Metallic Gold #CBA62D
RGB
CMYK
RGB Variations
Color information
#CBA62D (or 0xCBA62D) is known color: Metallic Gold. HEX triplet: CB, A6 and 2D. RGB value is (203,166,45). Sum of RGB (Red+Green+Blue) = 203+166+45=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA62D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA62D is #3459D2. Grayscale: #A3A3A3. Windows color (decimal): -3430867 or 2991819. OLE color: 2991819.
HSL color Cylindrical-coordinate representation of color #CBA62D: hue angle of 45.95º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBA62D is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 166 | 45 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.20 |
| HSL | 45.95º | 0.64% | 0.49% | - |
| HSV(B) | 45.95º | 0.78% | 0.8% | - |
| XYZ | 38.74 | 40.16 | 8.19 | - |
| YUV | 163.27 | 61.26 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 166 | 45 | 0 | 0.18 | 0.78 | 0.20 | 45.95 | 0.64 | 0.49 |
| Hex | CB | A6 | 2D | 0 | 12 | 4E | 14 | 2E | 40 | 31 |
| Octal | 313 | 246 | 55 | 0 | 22 | 116 | 24 | 56 | 100 | 61 |
| Binary | 11001011 | 10100110 | 101101 | 0 | 10010 | 1001110 | 10100 | 101110 | 1000000 | 110001 |
Color Harmonies of #CBA62D
Complementary color
Monochromatic Colors of #CBA62D
Black with #CBA62D
Text Example
Text Example
White with #CBA62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA62D; }
p { color: rgb(203,166,45); }
H1.HeaderClassName
{
color: #CBA62D;
}
.AnyTagClassName
{
color: #CBA62D;
}
</style>
background-color css
<style>
a { background-color: #CBA62D; }
a { background-color: rgb(203,166,45); }
div.DivClassName
{
background-color: #CBA62D;
}
.BgClassName
{
background-color: #CBA62D;
}
</style>
border-color css
<style>
span { border-color: #CBA62D; }
span { border-color: rgb(203,166,45); }
td.TdClassName
{
border-color: #CBA62D;
}
.TagClassName
{
border-color: #CBA62D;
}
</style>