Shades of Old Gold #CBBB37
Tints of Old Gold #CBBB37
RGB
CMYK
RGB Variations
Color information
#CBBB37 (or 0xCBBB37) is known color: Old Gold. HEX triplet: CB, BB and 37. RGB value is (203,187,55). Sum of RGB (Red+Green+Blue) = 203+187+55=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 55 (21.88% from 255 or 12.36% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBB37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBB37 is #3444C8. Grayscale: #B1B1B1. Windows color (decimal): -3425481 or 3652555. OLE color: 3652555.
HSL color Cylindrical-coordinate representation of color #CBBB37: hue angle of 53.51º 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 #CBBB37 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 187 | 55 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.20 |
| HSL | 53.51º | 0.59% | 0.51% | - |
| HSV(B) | 53.51º | 0.73% | 0.8% | - |
| XYZ | 43.09 | 48.51 | 10.71 | - |
| YUV | 176.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 55 | 0 | 0.08 | 0.73 | 0.20 | 53.51 | 0.59 | 0.51 |
| Hex | CB | BB | 37 | 0 | 8 | 49 | 14 | 36 | 3B | 33 |
| Octal | 313 | 273 | 67 | 0 | 10 | 111 | 24 | 66 | 73 | 63 |
| Binary | 11001011 | 10111011 | 110111 | 0 | 1000 | 1001001 | 10100 | 110110 | 111011 | 110011 |
Color Harmonies of #CBBB37
Complementary color
Monochromatic Colors of #CBBB37
Black with #CBBB37
Text Example
Text Example
White with #CBBB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBB37; }
p { color: rgb(203,187,55); }
H1.HeaderClassName
{
color: #CBBB37;
}
.AnyTagClassName
{
color: #CBBB37;
}
</style>
background-color css
<style>
a { background-color: #CBBB37; }
a { background-color: rgb(203,187,55); }
div.DivClassName
{
background-color: #CBBB37;
}
.BgClassName
{
background-color: #CBBB37;
}
</style>
border-color css
<style>
span { border-color: #CBBB37; }
span { border-color: rgb(203,187,55); }
td.TdClassName
{
border-color: #CBBB37;
}
.TagClassName
{
border-color: #CBBB37;
}
</style>