Shades of Old Gold #C9BA42
Tints of Old Gold #C9BA42
RGB
CMYK
RGB Variations
Color information
#C9BA42 (or 0xC9BA42) is known color: Old Gold. HEX triplet: C9, BA and 42. RGB value is (201,186,66). Sum of RGB (Red+Green+Blue) = 201+186+66=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA42 is #3645BD. Grayscale: #B1B1B1. Windows color (decimal): -3556798 or 4373193. OLE color: 4373193.
HSL color Cylindrical-coordinate representation of color #C9BA42: hue angle of 53.33º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9BA42 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 66 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.21 |
| HSL | 53.33º | 0.56% | 0.52% | - |
| HSV(B) | 53.33º | 0.67% | 0.79% | - |
| XYZ | 42.63 | 47.93 | 12.16 | - |
| YUV | 176.81 | 65.47 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 66 | 0 | 0.07 | 0.67 | 0.21 | 53.33 | 0.56 | 0.52 |
| Hex | C9 | BA | 42 | 0 | 7 | 43 | 15 | 35 | 38 | 34 |
| Octal | 311 | 272 | 102 | 0 | 7 | 103 | 25 | 65 | 70 | 64 |
| Binary | 11001001 | 10111010 | 1000010 | 0 | 111 | 1000011 | 10101 | 110101 | 111000 | 110100 |
Color Harmonies of #C9BA42
Complementary color
Monochromatic Colors of #C9BA42
Black with #C9BA42
Text Example
Text Example
White with #C9BA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA42; }
p { color: rgb(201,186,66); }
H1.HeaderClassName
{
color: #C9BA42;
}
.AnyTagClassName
{
color: #C9BA42;
}
</style>
background-color css
<style>
a { background-color: #C9BA42; }
a { background-color: rgb(201,186,66); }
div.DivClassName
{
background-color: #C9BA42;
}
.BgClassName
{
background-color: #C9BA42;
}
</style>
border-color css
<style>
span { border-color: #C9BA42; }
span { border-color: rgb(201,186,66); }
td.TdClassName
{
border-color: #C9BA42;
}
.TagClassName
{
border-color: #C9BA42;
}
</style>