Shades of Old Gold #C9BA35
Tints of Old Gold #C9BA35
RGB
CMYK
RGB Variations
Color information
#C9BA35 (or 0xC9BA35) is known color: Old Gold. HEX triplet: C9, BA and 35. RGB value is (201,186,53). Sum of RGB (Red+Green+Blue) = 201+186+53=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA35 is #3645CA. Grayscale: #AFAFAF. Windows color (decimal): -3556811 or 3521225. OLE color: 3521225.
HSL color Cylindrical-coordinate representation of color #C9BA35: hue angle of 53.92º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C9BA35 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 53 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.21 |
| HSL | 53.92º | 0.58% | 0.5% | - |
| HSV(B) | 53.92º | 0.74% | 0.79% | - |
| XYZ | 42.29 | 47.79 | 10.36 | - |
| YUV | 175.32 | 58.97 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 53 | 0 | 0.07 | 0.74 | 0.21 | 53.92 | 0.58 | 0.5 |
| Hex | C9 | BA | 35 | 0 | 7 | 4A | 15 | 36 | 3A | 32 |
| Octal | 311 | 272 | 65 | 0 | 7 | 112 | 25 | 66 | 72 | 62 |
| Binary | 11001001 | 10111010 | 110101 | 0 | 111 | 1001010 | 10101 | 110110 | 111010 | 110010 |
Color Harmonies of #C9BA35
Complementary color
Monochromatic Colors of #C9BA35
Black with #C9BA35
Text Example
Text Example
White with #C9BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA35; }
p { color: rgb(201,186,53); }
H1.HeaderClassName
{
color: #C9BA35;
}
.AnyTagClassName
{
color: #C9BA35;
}
</style>
background-color css
<style>
a { background-color: #C9BA35; }
a { background-color: rgb(201,186,53); }
div.DivClassName
{
background-color: #C9BA35;
}
.BgClassName
{
background-color: #C9BA35;
}
</style>
border-color css
<style>
span { border-color: #C9BA35; }
span { border-color: rgb(201,186,53); }
td.TdClassName
{
border-color: #C9BA35;
}
.TagClassName
{
border-color: #C9BA35;
}
</style>