Shades of Old Gold #C9BA49
Tints of Old Gold #C9BA49
RGB
CMYK
RGB Variations
Color information
#C9BA49 (or 0xC9BA49) is known color: Old Gold. HEX triplet: C9, BA and 49. RGB value is (201,186,73). Sum of RGB (Red+Green+Blue) = 201+186+73=460 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.70% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 73 (28.91% from 255 or 15.87% from 460); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA49 is #3645B6. Grayscale: #B2B2B2. Windows color (decimal): -3556791 or 4831945. OLE color: 4831945.
HSL color Cylindrical-coordinate representation of color #C9BA49: hue angle of 52.97º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9BA49 is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 73 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.21 |
| HSL | 52.97º | 0.54% | 0.54% | - |
| HSV(B) | 52.97º | 0.64% | 0.79% | - |
| XYZ | 42.85 | 48.02 | 13.31 | - |
| YUV | 177.6 | 68.97 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 73 | 0 | 0.07 | 0.64 | 0.21 | 52.97 | 0.54 | 0.54 |
| Hex | C9 | BA | 49 | 0 | 7 | 40 | 15 | 35 | 36 | 36 |
| Octal | 311 | 272 | 111 | 0 | 7 | 100 | 25 | 65 | 66 | 66 |
| Binary | 11001001 | 10111010 | 1001001 | 0 | 111 | 1000000 | 10101 | 110101 | 110110 | 110110 |
Color Harmonies of #C9BA49
Complementary color
Monochromatic Colors of #C9BA49
Black with #C9BA49
Text Example
Text Example
White with #C9BA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA49; }
p { color: rgb(201,186,73); }
H1.HeaderClassName
{
color: #C9BA49;
}
.AnyTagClassName
{
color: #C9BA49;
}
</style>
background-color css
<style>
a { background-color: #C9BA49; }
a { background-color: rgb(201,186,73); }
div.DivClassName
{
background-color: #C9BA49;
}
.BgClassName
{
background-color: #C9BA49;
}
</style>
border-color css
<style>
span { border-color: #C9BA49; }
span { border-color: rgb(201,186,73); }
td.TdClassName
{
border-color: #C9BA49;
}
.TagClassName
{
border-color: #C9BA49;
}
</style>