Shades of Metallic Gold #CBA33D
Tints of Metallic Gold #CBA33D
RGB
CMYK
RGB Variations
Color information
#CBA33D (or 0xCBA33D) is known color: Metallic Gold. HEX triplet: CB, A3 and 3D. RGB value is (203,163,61). Sum of RGB (Red+Green+Blue) = 203+163+61=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 61 (24.22% from 255 or 14.29% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA33D is #345CC2. Grayscale: #A3A3A3. Windows color (decimal): -3431619 or 4039627. OLE color: 4039627.
HSL color Cylindrical-coordinate representation of color #CBA33D: hue angle of 43.1º 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 #CBA33D is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 163 | 61 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.20 |
| HSL | 43.1º | 0.58% | 0.52% | - |
| HSV(B) | 43.1º | 0.7% | 0.8% | - |
| XYZ | 38.57 | 39.23 | 9.95 | - |
| YUV | 163.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 163 | 61 | 0 | 0.20 | 0.70 | 0.20 | 43.1 | 0.58 | 0.52 |
| Hex | CB | A3 | 3D | 0 | 14 | 46 | 14 | 2B | 3A | 34 |
| Octal | 313 | 243 | 75 | 0 | 24 | 106 | 24 | 53 | 72 | 64 |
| Binary | 11001011 | 10100011 | 111101 | 0 | 10100 | 1000110 | 10100 | 101011 | 111010 | 110100 |
Color Harmonies of #CBA33D
Complementary color
Monochromatic Colors of #CBA33D
Black with #CBA33D
Text Example
Text Example
White with #CBA33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA33D; }
p { color: rgb(203,163,61); }
H1.HeaderClassName
{
color: #CBA33D;
}
.AnyTagClassName
{
color: #CBA33D;
}
</style>
background-color css
<style>
a { background-color: #CBA33D; }
a { background-color: rgb(203,163,61); }
div.DivClassName
{
background-color: #CBA33D;
}
.BgClassName
{
background-color: #CBA33D;
}
</style>
border-color css
<style>
span { border-color: #CBA33D; }
span { border-color: rgb(203,163,61); }
td.TdClassName
{
border-color: #CBA33D;
}
.TagClassName
{
border-color: #CBA33D;
}
</style>