Shades of Old Gold #C9B137
Tints of Old Gold #C9B137
RGB
CMYK
RGB Variations
Color information
#C9B137 (or 0xC9B137) is known color: Old Gold. HEX triplet: C9, B1 and 37. RGB value is (201,177,55). Sum of RGB (Red+Green+Blue) = 201+177+55=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B137 is #364EC8. Grayscale: #AAAAAA. Windows color (decimal): -3559113 or 3649993. OLE color: 3649993.
HSL color Cylindrical-coordinate representation of color #C9B137: hue angle of 50.14º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9B137 is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 55 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.21 |
| HSL | 50.14º | 0.57% | 0.5% | - |
| HSV(B) | 50.14º | 0.73% | 0.79% | - |
| XYZ | 40.5 | 44.14 | 10 | - |
| YUV | 170.27 | 62.95 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 55 | 0 | 0.12 | 0.73 | 0.21 | 50.14 | 0.57 | 0.5 |
| Hex | C9 | B1 | 37 | 0 | C | 49 | 15 | 32 | 39 | 32 |
| Octal | 311 | 261 | 67 | 0 | 14 | 111 | 25 | 62 | 71 | 62 |
| Binary | 11001001 | 10110001 | 110111 | 0 | 1100 | 1001001 | 10101 | 110010 | 111001 | 110010 |
Color Harmonies of #C9B137
Complementary color
Monochromatic Colors of #C9B137
Black with #C9B137
Text Example
Text Example
White with #C9B137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B137; }
p { color: rgb(201,177,55); }
H1.HeaderClassName
{
color: #C9B137;
}
.AnyTagClassName
{
color: #C9B137;
}
</style>
background-color css
<style>
a { background-color: #C9B137; }
a { background-color: rgb(201,177,55); }
div.DivClassName
{
background-color: #C9B137;
}
.BgClassName
{
background-color: #C9B137;
}
</style>
border-color css
<style>
span { border-color: #C9B137; }
span { border-color: rgb(201,177,55); }
td.TdClassName
{
border-color: #C9B137;
}
.TagClassName
{
border-color: #C9B137;
}
</style>