Shades of Metallic Gold #CBB02D
Tints of Metallic Gold #CBB02D
RGB
CMYK
RGB Variations
Color information
#CBB02D (or 0xCBB02D) is known color: Metallic Gold. HEX triplet: CB, B0 and 2D. RGB value is (203,176,45). Sum of RGB (Red+Green+Blue) = 203+176+45=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 176 (69.14% from 255 or 41.51% from 424); Blue value is 45 (17.97% from 255 or 10.61% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB02D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB02D is #344FD2. Grayscale: #A9A9A9. Windows color (decimal): -3428307 or 2994379. OLE color: 2994379.
HSL color Cylindrical-coordinate representation of color #CBB02D: hue angle of 49.75º 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 #CBB02D is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 45 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.20 |
| HSL | 49.75º | 0.64% | 0.49% | - |
| HSV(B) | 49.75º | 0.78% | 0.8% | - |
| XYZ | 40.63 | 43.94 | 8.82 | - |
| YUV | 169.14 | 57.95 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 45 | 0 | 0.13 | 0.78 | 0.20 | 49.75 | 0.64 | 0.49 |
| Hex | CB | B0 | 2D | 0 | D | 4E | 14 | 32 | 40 | 31 |
| Octal | 313 | 260 | 55 | 0 | 15 | 116 | 24 | 62 | 100 | 61 |
| Binary | 11001011 | 10110000 | 101101 | 0 | 1101 | 1001110 | 10100 | 110010 | 1000000 | 110001 |
Color Harmonies of #CBB02D
Complementary color
Monochromatic Colors of #CBB02D
Black with #CBB02D
Text Example
Text Example
White with #CBB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB02D; }
p { color: rgb(203,176,45); }
H1.HeaderClassName
{
color: #CBB02D;
}
.AnyTagClassName
{
color: #CBB02D;
}
</style>
background-color css
<style>
a { background-color: #CBB02D; }
a { background-color: rgb(203,176,45); }
div.DivClassName
{
background-color: #CBB02D;
}
.BgClassName
{
background-color: #CBB02D;
}
</style>
border-color css
<style>
span { border-color: #CBB02D; }
span { border-color: rgb(203,176,45); }
td.TdClassName
{
border-color: #CBB02D;
}
.TagClassName
{
border-color: #CBB02D;
}
</style>