Shades of Old Gold #CBB737
Tints of Old Gold #CBB737
RGB
CMYK
RGB Variations
Color information
#CBB737 (or 0xCBB737) is known color: Old Gold. HEX triplet: CB, B7 and 37. RGB value is (203,183,55). Sum of RGB (Red+Green+Blue) = 203+183+55=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB737 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB737 is #3448C8. Grayscale: #AEAEAE. Windows color (decimal): -3426505 or 3651531. OLE color: 3651531.
HSL color Cylindrical-coordinate representation of color #CBB737: hue angle of 51.89º 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 #CBB737 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 55 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.20 |
| HSL | 51.89º | 0.59% | 0.51% | - |
| HSV(B) | 51.89º | 0.73% | 0.8% | - |
| XYZ | 42.25 | 46.84 | 10.43 | - |
| YUV | 174.39 | 60.63 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 55 | 0 | 0.10 | 0.73 | 0.20 | 51.89 | 0.59 | 0.51 |
| Hex | CB | B7 | 37 | 0 | A | 49 | 14 | 34 | 3B | 33 |
| Octal | 313 | 267 | 67 | 0 | 12 | 111 | 24 | 64 | 73 | 63 |
| Binary | 11001011 | 10110111 | 110111 | 0 | 1010 | 1001001 | 10100 | 110100 | 111011 | 110011 |
Color Harmonies of #CBB737
Complementary color
Monochromatic Colors of #CBB737
Black with #CBB737
Text Example
Text Example
White with #CBB737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB737; }
p { color: rgb(203,183,55); }
H1.HeaderClassName
{
color: #CBB737;
}
.AnyTagClassName
{
color: #CBB737;
}
</style>
background-color css
<style>
a { background-color: #CBB737; }
a { background-color: rgb(203,183,55); }
div.DivClassName
{
background-color: #CBB737;
}
.BgClassName
{
background-color: #CBB737;
}
</style>
border-color css
<style>
span { border-color: #CBB737; }
span { border-color: rgb(203,183,55); }
td.TdClassName
{
border-color: #CBB737;
}
.TagClassName
{
border-color: #CBB737;
}
</style>