Shades of Old Gold #C9BA3D
Tints of Old Gold #C9BA3D
RGB
CMYK
RGB Variations
Color information
#C9BA3D (or 0xC9BA3D) is known color: Old Gold. HEX triplet: C9, BA and 3D. RGB value is (201,186,61). Sum of RGB (Red+Green+Blue) = 201+186+61=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA3D is #3645C2. Grayscale: #B0B0B0. Windows color (decimal): -3556803 or 4045513. OLE color: 4045513.
HSL color Cylindrical-coordinate representation of color #C9BA3D: hue angle of 53.57º degrees, saturation: 0.56, 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 #C9BA3D is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 61 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.21 |
| HSL | 53.57º | 0.56% | 0.51% | - |
| HSV(B) | 53.57º | 0.7% | 0.79% | - |
| XYZ | 42.49 | 47.87 | 11.42 | - |
| YUV | 176.24 | 62.97 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 61 | 0 | 0.07 | 0.70 | 0.21 | 53.57 | 0.56 | 0.51 |
| Hex | C9 | BA | 3D | 0 | 7 | 46 | 15 | 36 | 38 | 33 |
| Octal | 311 | 272 | 75 | 0 | 7 | 106 | 25 | 66 | 70 | 63 |
| Binary | 11001001 | 10111010 | 111101 | 0 | 111 | 1000110 | 10101 | 110110 | 111000 | 110011 |
Color Harmonies of #C9BA3D
Complementary color
Monochromatic Colors of #C9BA3D
Black with #C9BA3D
Text Example
Text Example
White with #C9BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BA3D; }
p { color: rgb(201,186,61); }
H1.HeaderClassName
{
color: #C9BA3D;
}
.AnyTagClassName
{
color: #C9BA3D;
}
</style>
background-color css
<style>
a { background-color: #C9BA3D; }
a { background-color: rgb(201,186,61); }
div.DivClassName
{
background-color: #C9BA3D;
}
.BgClassName
{
background-color: #C9BA3D;
}
</style>
border-color css
<style>
span { border-color: #C9BA3D; }
span { border-color: rgb(201,186,61); }
td.TdClassName
{
border-color: #C9BA3D;
}
.TagClassName
{
border-color: #C9BA3D;
}
</style>