Shades of Old Gold #C9BA3C
Tints of Old Gold #C9BA3C
RGB
CMYK
RGB Variations
Color information
#C9BA3C (or 0xC9BA3C) is known color: Old Gold. HEX triplet: C9, BA and 3C. RGB value is (201,186,60). Sum of RGB (Red+Green+Blue) = 201+186+60=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA3C is #3645C3. Grayscale: #B0B0B0. Windows color (decimal): -3556804 or 3979977. OLE color: 3979977.
HSL color Cylindrical-coordinate representation of color #C9BA3C: hue angle of 53.62º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9BA3C is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 60 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.21 |
| HSL | 53.62º | 0.57% | 0.51% | - |
| HSV(B) | 53.62º | 0.7% | 0.79% | - |
| XYZ | 42.46 | 47.86 | 11.28 | - |
| YUV | 176.12 | 62.47 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 60 | 0 | 0.07 | 0.70 | 0.21 | 53.62 | 0.57 | 0.51 |
| Hex | C9 | BA | 3C | 0 | 7 | 46 | 15 | 36 | 39 | 33 |
| Octal | 311 | 272 | 74 | 0 | 7 | 106 | 25 | 66 | 71 | 63 |
| Binary | 11001001 | 10111010 | 111100 | 0 | 111 | 1000110 | 10101 | 110110 | 111001 | 110011 |
Color Harmonies of #C9BA3C
Complementary color
Monochromatic Colors of #C9BA3C
Black with #C9BA3C
Text Example
Text Example
White with #C9BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA3C; }
p { color: rgb(201,186,60); }
H1.HeaderClassName
{
color: #C9BA3C;
}
.AnyTagClassName
{
color: #C9BA3C;
}
</style>
background-color css
<style>
a { background-color: #C9BA3C; }
a { background-color: rgb(201,186,60); }
div.DivClassName
{
background-color: #C9BA3C;
}
.BgClassName
{
background-color: #C9BA3C;
}
</style>
border-color css
<style>
span { border-color: #C9BA3C; }
span { border-color: rgb(201,186,60); }
td.TdClassName
{
border-color: #C9BA3C;
}
.TagClassName
{
border-color: #C9BA3C;
}
</style>