Shades of Metallic Gold #CBAA2D
Tints of Metallic Gold #CBAA2D
RGB
CMYK
RGB Variations
Color information
#CBAA2D (or 0xCBAA2D) is known color: Metallic Gold. HEX triplet: CB, AA and 2D. RGB value is (203,170,45). Sum of RGB (Red+Green+Blue) = 203+170+45=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 170 (66.80% from 255 or 40.67% from 418); Blue value is 45 (17.97% from 255 or 10.77% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAA2D is #3455D2. Grayscale: #A6A6A6. Windows color (decimal): -3429843 or 2992843. OLE color: 2992843.
HSL color Cylindrical-coordinate representation of color #CBAA2D: hue angle of 47.47º 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 #CBAA2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 45 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.20 |
| HSL | 47.47º | 0.64% | 0.49% | - |
| HSV(B) | 47.47º | 0.78% | 0.8% | - |
| XYZ | 39.48 | 41.64 | 8.44 | - |
| YUV | 165.62 | 59.93 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 45 | 0 | 0.16 | 0.78 | 0.20 | 47.47 | 0.64 | 0.49 |
| Hex | CB | AA | 2D | 0 | 10 | 4E | 14 | 2F | 40 | 31 |
| Octal | 313 | 252 | 55 | 0 | 20 | 116 | 24 | 57 | 100 | 61 |
| Binary | 11001011 | 10101010 | 101101 | 0 | 10000 | 1001110 | 10100 | 101111 | 1000000 | 110001 |
Color Harmonies of #CBAA2D
Complementary color
Monochromatic Colors of #CBAA2D
Black with #CBAA2D
Text Example
Text Example
White with #CBAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA2D; }
p { color: rgb(203,170,45); }
H1.HeaderClassName
{
color: #CBAA2D;
}
.AnyTagClassName
{
color: #CBAA2D;
}
</style>
background-color css
<style>
a { background-color: #CBAA2D; }
a { background-color: rgb(203,170,45); }
div.DivClassName
{
background-color: #CBAA2D;
}
.BgClassName
{
background-color: #CBAA2D;
}
</style>
border-color css
<style>
span { border-color: #CBAA2D; }
span { border-color: rgb(203,170,45); }
td.TdClassName
{
border-color: #CBAA2D;
}
.TagClassName
{
border-color: #CBAA2D;
}
</style>