Shades of Old Gold #C9BE47
Tints of Old Gold #C9BE47
RGB
CMYK
RGB Variations
Color information
#C9BE47 (or 0xC9BE47) is known color: Old Gold. HEX triplet: C9, BE and 47. RGB value is (201,190,71). Sum of RGB (Red+Green+Blue) = 201+190+71=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 71 (28.12% from 255 or 15.37% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BE47 is #3641B8. Grayscale: #B4B4B4. Windows color (decimal): -3555769 or 4701897. OLE color: 4701897.
HSL color Cylindrical-coordinate representation of color #C9BE47: hue angle of 54.92º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9BE47 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 71 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.21 |
| HSL | 54.92º | 0.55% | 0.53% | - |
| HSV(B) | 54.92º | 0.65% | 0.79% | - |
| XYZ | 43.64 | 49.7 | 13.25 | - |
| YUV | 179.72 | 66.64 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 71 | 0 | 0.05 | 0.65 | 0.21 | 54.92 | 0.55 | 0.53 |
| Hex | C9 | BE | 47 | 0 | 5 | 41 | 15 | 37 | 37 | 35 |
| Octal | 311 | 276 | 107 | 0 | 5 | 101 | 25 | 67 | 67 | 65 |
| Binary | 11001001 | 10111110 | 1000111 | 0 | 101 | 1000001 | 10101 | 110111 | 110111 | 110101 |
Color Harmonies of #C9BE47
Complementary color
Monochromatic Colors of #C9BE47
Black with #C9BE47
Text Example
Text Example
White with #C9BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BE47; }
p { color: rgb(201,190,71); }
H1.HeaderClassName
{
color: #C9BE47;
}
.AnyTagClassName
{
color: #C9BE47;
}
</style>
background-color css
<style>
a { background-color: #C9BE47; }
a { background-color: rgb(201,190,71); }
div.DivClassName
{
background-color: #C9BE47;
}
.BgClassName
{
background-color: #C9BE47;
}
</style>
border-color css
<style>
span { border-color: #C9BE47; }
span { border-color: rgb(201,190,71); }
td.TdClassName
{
border-color: #C9BE47;
}
.TagClassName
{
border-color: #C9BE47;
}
</style>