Shades of Old Gold #C9BA36
Tints of Old Gold #C9BA36
RGB
CMYK
RGB Variations
Color information
#C9BA36 (or 0xC9BA36) is known color: Old Gold. HEX triplet: C9, BA and 36. RGB value is (201,186,54). Sum of RGB (Red+Green+Blue) = 201+186+54=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 54 (21.48% from 255 or 12.24% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA36 is #3645C9. Grayscale: #AFAFAF. Windows color (decimal): -3556810 or 3586761. OLE color: 3586761.
HSL color Cylindrical-coordinate representation of color #C9BA36: hue angle of 53.88º degrees, saturation: 0.58, 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 #C9BA36 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 54 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.21 |
| HSL | 53.88º | 0.58% | 0.5% | - |
| HSV(B) | 53.88º | 0.73% | 0.79% | - |
| XYZ | 42.31 | 47.8 | 10.49 | - |
| YUV | 175.44 | 59.47 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 54 | 0 | 0.07 | 0.73 | 0.21 | 53.88 | 0.58 | 0.5 |
| Hex | C9 | BA | 36 | 0 | 7 | 49 | 15 | 36 | 3A | 32 |
| Octal | 311 | 272 | 66 | 0 | 7 | 111 | 25 | 66 | 72 | 62 |
| Binary | 11001001 | 10111010 | 110110 | 0 | 111 | 1001001 | 10101 | 110110 | 111010 | 110010 |
Color Harmonies of #C9BA36
Complementary color
Monochromatic Colors of #C9BA36
Black with #C9BA36
Text Example
Text Example
White with #C9BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA36; }
p { color: rgb(201,186,54); }
H1.HeaderClassName
{
color: #C9BA36;
}
.AnyTagClassName
{
color: #C9BA36;
}
</style>
background-color css
<style>
a { background-color: #C9BA36; }
a { background-color: rgb(201,186,54); }
div.DivClassName
{
background-color: #C9BA36;
}
.BgClassName
{
background-color: #C9BA36;
}
</style>
border-color css
<style>
span { border-color: #C9BA36; }
span { border-color: rgb(201,186,54); }
td.TdClassName
{
border-color: #C9BA36;
}
.TagClassName
{
border-color: #C9BA36;
}
</style>