Shades of Metallic Gold #CBA13D
Tints of Metallic Gold #CBA13D
RGB
CMYK
RGB Variations
Color information
#CBA13D (or 0xCBA13D) is known color: Metallic Gold. HEX triplet: CB, A1 and 3D. RGB value is (203,161,61). Sum of RGB (Red+Green+Blue) = 203+161+61=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA13D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBA13D is #345EC2. Grayscale: #A2A2A2. Windows color (decimal): -3432131 or 4039115. OLE color: 4039115.
HSL color Cylindrical-coordinate representation of color #CBA13D: hue angle of 42.25º 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 #CBA13D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 161 | 61 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.20 |
| HSL | 42.25º | 0.58% | 0.52% | - |
| HSV(B) | 42.25º | 0.7% | 0.8% | - |
| XYZ | 38.22 | 38.52 | 9.84 | - |
| YUV | 162.16 | 70.91 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 161 | 61 | 0 | 0.21 | 0.70 | 0.20 | 42.25 | 0.58 | 0.52 |
| Hex | CB | A1 | 3D | 0 | 15 | 46 | 14 | 2A | 3A | 34 |
| Octal | 313 | 241 | 75 | 0 | 25 | 106 | 24 | 52 | 72 | 64 |
| Binary | 11001011 | 10100001 | 111101 | 0 | 10101 | 1000110 | 10100 | 101010 | 111010 | 110100 |
Color Harmonies of #CBA13D
Complementary color
Monochromatic Colors of #CBA13D
Black with #CBA13D
Text Example
Text Example
White with #CBA13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBA13D; }
p { color: rgb(203,161,61); }
H1.HeaderClassName
{
color: #CBA13D;
}
.AnyTagClassName
{
color: #CBA13D;
}
</style>
background-color css
<style>
a { background-color: #CBA13D; }
a { background-color: rgb(203,161,61); }
div.DivClassName
{
background-color: #CBA13D;
}
.BgClassName
{
background-color: #CBA13D;
}
</style>
border-color css
<style>
span { border-color: #CBA13D; }
span { border-color: rgb(203,161,61); }
td.TdClassName
{
border-color: #CBA13D;
}
.TagClassName
{
border-color: #CBA13D;
}
</style>