Shades of Metallic Gold #CBB12C
Tints of Metallic Gold #CBB12C
RGB
CMYK
RGB Variations
Color information
#CBB12C (or 0xCBB12C) is known color: Metallic Gold. HEX triplet: CB, B1 and 2C. RGB value is (203,177,44). Sum of RGB (Red+Green+Blue) = 203+177+44=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 177 (69.53% from 255 or 41.75% from 424); Blue value is 44 (17.58% from 255 or 10.38% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB12C is #344ED3. Grayscale: #AAAAAA. Windows color (decimal): -3428052 or 2929099. OLE color: 2929099.
HSL color Cylindrical-coordinate representation of color #CBB12C: hue angle of 50.19º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBB12C is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 44 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.20 |
| HSL | 50.19º | 0.64% | 0.48% | - |
| HSV(B) | 50.19º | 0.78% | 0.8% | - |
| XYZ | 40.81 | 44.32 | 8.79 | - |
| YUV | 169.61 | 57.11 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 44 | 0 | 0.13 | 0.78 | 0.20 | 50.19 | 0.64 | 0.48 |
| Hex | CB | B1 | 2C | 0 | D | 4E | 14 | 32 | 40 | 30 |
| Octal | 313 | 261 | 54 | 0 | 15 | 116 | 24 | 62 | 100 | 60 |
| Binary | 11001011 | 10110001 | 101100 | 0 | 1101 | 1001110 | 10100 | 110010 | 1000000 | 110000 |
Color Harmonies of #CBB12C
Complementary color
Monochromatic Colors of #CBB12C
Black with #CBB12C
Text Example
Text Example
White with #CBB12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB12C; }
p { color: rgb(203,177,44); }
H1.HeaderClassName
{
color: #CBB12C;
}
.AnyTagClassName
{
color: #CBB12C;
}
</style>
background-color css
<style>
a { background-color: #CBB12C; }
a { background-color: rgb(203,177,44); }
div.DivClassName
{
background-color: #CBB12C;
}
.BgClassName
{
background-color: #CBB12C;
}
</style>
border-color css
<style>
span { border-color: #CBB12C; }
span { border-color: rgb(203,177,44); }
td.TdClassName
{
border-color: #CBB12C;
}
.TagClassName
{
border-color: #CBB12C;
}
</style>