Shades of Metallic Gold #CBAA3E
Tints of Metallic Gold #CBAA3E
RGB
CMYK
RGB Variations
Color information
#CBAA3E (or 0xCBAA3E) is known color: Metallic Gold. HEX triplet: CB, AA and 3E. RGB value is (203,170,62). Sum of RGB (Red+Green+Blue) = 203+170+62=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 62 (24.61% from 255 or 14.25% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAA3E is #3455C1. Grayscale: #A8A8A8. Windows color (decimal): -3429826 or 4106955. OLE color: 4106955.
HSL color Cylindrical-coordinate representation of color #CBAA3E: hue angle of 45.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBAA3E is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 62 | - |
| CMYK | 0 | 0.16 | 0.69 | 0.20 |
| HSL | 45.96º | 0.58% | 0.52% | - |
| HSV(B) | 45.96º | 0.69% | 0.8% | - |
| XYZ | 39.87 | 41.79 | 10.52 | - |
| YUV | 167.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 62 | 0 | 0.16 | 0.69 | 0.20 | 45.96 | 0.58 | 0.52 |
| Hex | CB | AA | 3E | 0 | 10 | 45 | 14 | 2E | 3A | 34 |
| Octal | 313 | 252 | 76 | 0 | 20 | 105 | 24 | 56 | 72 | 64 |
| Binary | 11001011 | 10101010 | 111110 | 0 | 10000 | 1000101 | 10100 | 101110 | 111010 | 110100 |
Color Harmonies of #CBAA3E
Complementary color
Monochromatic Colors of #CBAA3E
Black with #CBAA3E
Text Example
Text Example
White with #CBAA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA3E; }
p { color: rgb(203,170,62); }
H1.HeaderClassName
{
color: #CBAA3E;
}
.AnyTagClassName
{
color: #CBAA3E;
}
</style>
background-color css
<style>
a { background-color: #CBAA3E; }
a { background-color: rgb(203,170,62); }
div.DivClassName
{
background-color: #CBAA3E;
}
.BgClassName
{
background-color: #CBAA3E;
}
</style>
border-color css
<style>
span { border-color: #CBAA3E; }
span { border-color: rgb(203,170,62); }
td.TdClassName
{
border-color: #CBAA3E;
}
.TagClassName
{
border-color: #CBAA3E;
}
</style>