Shades of Old Gold #C9B945
Tints of Old Gold #C9B945
RGB
CMYK
RGB Variations
Color information
#C9B945 (or 0xC9B945) is known color: Old Gold. HEX triplet: C9, B9 and 45. RGB value is (201,185,69). Sum of RGB (Red+Green+Blue) = 201+185+69=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B945 is #3646BA. Grayscale: #B1B1B1. Windows color (decimal): -3557051 or 4569545. OLE color: 4569545.
HSL color Cylindrical-coordinate representation of color #C9B945: hue angle of 52.73º 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 #C9B945 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 69 | - |
| CMYK | 0 | 0.08 | 0.66 | 0.21 |
| HSL | 52.73º | 0.55% | 0.53% | - |
| HSV(B) | 52.73º | 0.66% | 0.79% | - |
| XYZ | 42.51 | 47.55 | 12.57 | - |
| YUV | 176.56 | 67.3 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 69 | 0 | 0.08 | 0.66 | 0.21 | 52.73 | 0.55 | 0.53 |
| Hex | C9 | B9 | 45 | 0 | 8 | 42 | 15 | 35 | 37 | 35 |
| Octal | 311 | 271 | 105 | 0 | 10 | 102 | 25 | 65 | 67 | 65 |
| Binary | 11001001 | 10111001 | 1000101 | 0 | 1000 | 1000010 | 10101 | 110101 | 110111 | 110101 |
Color Harmonies of #C9B945
Complementary color
Monochromatic Colors of #C9B945
Black with #C9B945
Text Example
Text Example
White with #C9B945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B945; }
p { color: rgb(201,185,69); }
H1.HeaderClassName
{
color: #C9B945;
}
.AnyTagClassName
{
color: #C9B945;
}
</style>
background-color css
<style>
a { background-color: #C9B945; }
a { background-color: rgb(201,185,69); }
div.DivClassName
{
background-color: #C9B945;
}
.BgClassName
{
background-color: #C9B945;
}
</style>
border-color css
<style>
span { border-color: #C9B945; }
span { border-color: rgb(201,185,69); }
td.TdClassName
{
border-color: #C9B945;
}
.TagClassName
{
border-color: #C9B945;
}
</style>