Shades of Old Gold #C9B345
Tints of Old Gold #C9B345
RGB
CMYK
RGB Variations
Color information
#C9B345 (or 0xC9B345) is known color: Old Gold. HEX triplet: C9, B3 and 45. RGB value is (201,179,69). Sum of RGB (Red+Green+Blue) = 201+179+69=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B345 is #364CBA. Grayscale: #ADADAD. Windows color (decimal): -3558587 or 4568009. OLE color: 4568009.
HSL color Cylindrical-coordinate representation of color #C9B345: hue angle of 50º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C9B345 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 69 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.21 |
| HSL | 50º | 0.55% | 0.53% | - |
| HSV(B) | 50º | 0.66% | 0.79% | - |
| XYZ | 41.28 | 45.09 | 12.16 | - |
| YUV | 173.04 | 69.29 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 69 | 0 | 0.11 | 0.66 | 0.21 | 50 | 0.55 | 0.53 |
| Hex | C9 | B3 | 45 | 0 | B | 42 | 15 | 32 | 37 | 35 |
| Octal | 311 | 263 | 105 | 0 | 13 | 102 | 25 | 62 | 67 | 65 |
| Binary | 11001001 | 10110011 | 1000101 | 0 | 1011 | 1000010 | 10101 | 110010 | 110111 | 110101 |
Color Harmonies of #C9B345
Complementary color
Monochromatic Colors of #C9B345
Black with #C9B345
Text Example
Text Example
White with #C9B345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B345; }
p { color: rgb(201,179,69); }
H1.HeaderClassName
{
color: #C9B345;
}
.AnyTagClassName
{
color: #C9B345;
}
</style>
background-color css
<style>
a { background-color: #C9B345; }
a { background-color: rgb(201,179,69); }
div.DivClassName
{
background-color: #C9B345;
}
.BgClassName
{
background-color: #C9B345;
}
</style>
border-color css
<style>
span { border-color: #C9B345; }
span { border-color: rgb(201,179,69); }
td.TdClassName
{
border-color: #C9B345;
}
.TagClassName
{
border-color: #C9B345;
}
</style>