Shades of Metallic Gold #CBB02C
Tints of Metallic Gold #CBB02C
RGB
CMYK
RGB Variations
Color information
#CBB02C (or 0xCBB02C) is known color: Metallic Gold. HEX triplet: CB, B0 and 2C. RGB value is (203,176,44). Sum of RGB (Red+Green+Blue) = 203+176+44=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 44 (17.58% from 255 or 10.40% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB02C is #344FD3. Grayscale: #A9A9A9. Windows color (decimal): -3428308 or 2928843. OLE color: 2928843.
HSL color Cylindrical-coordinate representation of color #CBB02C: hue angle of 49.81º 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 #CBB02C is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 44 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.20 |
| HSL | 49.81º | 0.64% | 0.48% | - |
| HSV(B) | 49.81º | 0.78% | 0.8% | - |
| XYZ | 40.61 | 43.93 | 8.72 | - |
| YUV | 169.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 44 | 0 | 0.13 | 0.78 | 0.20 | 49.81 | 0.64 | 0.48 |
| Hex | CB | B0 | 2C | 0 | D | 4E | 14 | 32 | 40 | 30 |
| Octal | 313 | 260 | 54 | 0 | 15 | 116 | 24 | 62 | 100 | 60 |
| Binary | 11001011 | 10110000 | 101100 | 0 | 1101 | 1001110 | 10100 | 110010 | 1000000 | 110000 |
Color Harmonies of #CBB02C
Complementary color
Monochromatic Colors of #CBB02C
Black with #CBB02C
Text Example
Text Example
White with #CBB02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB02C; }
p { color: rgb(203,176,44); }
H1.HeaderClassName
{
color: #CBB02C;
}
.AnyTagClassName
{
color: #CBB02C;
}
</style>
background-color css
<style>
a { background-color: #CBB02C; }
a { background-color: rgb(203,176,44); }
div.DivClassName
{
background-color: #CBB02C;
}
.BgClassName
{
background-color: #CBB02C;
}
</style>
border-color css
<style>
span { border-color: #CBB02C; }
span { border-color: rgb(203,176,44); }
td.TdClassName
{
border-color: #CBB02C;
}
.TagClassName
{
border-color: #CBB02C;
}
</style>