Shades of Old Gold #CBB037
Tints of Old Gold #CBB037
RGB
CMYK
RGB Variations
Color information
#CBB037 (or 0xCBB037) is known color: Old Gold. HEX triplet: CB, B0 and 37. RGB value is (203,176,55). Sum of RGB (Red+Green+Blue) = 203+176+55=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 176 (69.14% from 255 or 40.55% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBB037 is #344FC8. Grayscale: #AAAAAA. Windows color (decimal): -3428297 or 3649739. OLE color: 3649739.
HSL color Cylindrical-coordinate representation of color #CBB037: hue angle of 49.05º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CBB037 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 55 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.20 |
| HSL | 49.05º | 0.59% | 0.51% | - |
| HSV(B) | 49.05º | 0.73% | 0.8% | - |
| XYZ | 40.84 | 44.02 | 9.96 | - |
| YUV | 170.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 55 | 0 | 0.13 | 0.73 | 0.20 | 49.05 | 0.59 | 0.51 |
| Hex | CB | B0 | 37 | 0 | D | 49 | 14 | 31 | 3B | 33 |
| Octal | 313 | 260 | 67 | 0 | 15 | 111 | 24 | 61 | 73 | 63 |
| Binary | 11001011 | 10110000 | 110111 | 0 | 1101 | 1001001 | 10100 | 110001 | 111011 | 110011 |
Color Harmonies of #CBB037
Complementary color
Monochromatic Colors of #CBB037
Black with #CBB037
Text Example
Text Example
White with #CBB037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB037; }
p { color: rgb(203,176,55); }
H1.HeaderClassName
{
color: #CBB037;
}
.AnyTagClassName
{
color: #CBB037;
}
</style>
background-color css
<style>
a { background-color: #CBB037; }
a { background-color: rgb(203,176,55); }
div.DivClassName
{
background-color: #CBB037;
}
.BgClassName
{
background-color: #CBB037;
}
</style>
border-color css
<style>
span { border-color: #CBB037; }
span { border-color: rgb(203,176,55); }
td.TdClassName
{
border-color: #CBB037;
}
.TagClassName
{
border-color: #CBB037;
}
</style>