Shades of Old Gold #C9B138
Tints of Old Gold #C9B138
RGB
CMYK
RGB Variations
Color information
#C9B138 (or 0xC9B138) is known color: Old Gold. HEX triplet: C9, B1 and 38. RGB value is (201,177,56). Sum of RGB (Red+Green+Blue) = 201+177+56=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B138 is #364EC7. Grayscale: #AAAAAA. Windows color (decimal): -3559112 or 3715529. OLE color: 3715529.
HSL color Cylindrical-coordinate representation of color #C9B138: hue angle of 50.07º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9B138 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 56 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.21 |
| HSL | 50.07º | 0.57% | 0.5% | - |
| HSV(B) | 50.07º | 0.72% | 0.79% | - |
| XYZ | 40.52 | 44.15 | 10.13 | - |
| YUV | 170.38 | 63.45 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 56 | 0 | 0.12 | 0.72 | 0.21 | 50.07 | 0.57 | 0.5 |
| Hex | C9 | B1 | 38 | 0 | C | 48 | 15 | 32 | 39 | 32 |
| Octal | 311 | 261 | 70 | 0 | 14 | 110 | 25 | 62 | 71 | 62 |
| Binary | 11001001 | 10110001 | 111000 | 0 | 1100 | 1001000 | 10101 | 110010 | 111001 | 110010 |
Color Harmonies of #C9B138
Complementary color
Monochromatic Colors of #C9B138
Black with #C9B138
Text Example
Text Example
White with #C9B138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B138; }
p { color: rgb(201,177,56); }
H1.HeaderClassName
{
color: #C9B138;
}
.AnyTagClassName
{
color: #C9B138;
}
</style>
background-color css
<style>
a { background-color: #C9B138; }
a { background-color: rgb(201,177,56); }
div.DivClassName
{
background-color: #C9B138;
}
.BgClassName
{
background-color: #C9B138;
}
</style>
border-color css
<style>
span { border-color: #C9B138; }
span { border-color: rgb(201,177,56); }
td.TdClassName
{
border-color: #C9B138;
}
.TagClassName
{
border-color: #C9B138;
}
</style>