Shades of Old Gold #C9B031
Tints of Old Gold #C9B031
RGB
CMYK
RGB Variations
Color information
#C9B031 (or 0xC9B031) is known color: Old Gold. HEX triplet: C9, B0 and 31. RGB value is (201,176,49). Sum of RGB (Red+Green+Blue) = 201+176+49=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 176 (69.14% from 255 or 41.31% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B031 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B031 is #364FCE. Grayscale: #A9A9A9. Windows color (decimal): -3559375 or 3256521. OLE color: 3256521.
HSL color Cylindrical-coordinate representation of color #C9B031: hue angle of 50.13º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9B031 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 49 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.21 |
| HSL | 50.13º | 0.61% | 0.49% | - |
| HSV(B) | 50.13º | 0.76% | 0.79% | - |
| XYZ | 40.17 | 43.69 | 9.22 | - |
| YUV | 169 | 60.28 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 49 | 0 | 0.12 | 0.76 | 0.21 | 50.13 | 0.61 | 0.49 |
| Hex | C9 | B0 | 31 | 0 | C | 4C | 15 | 32 | 3D | 31 |
| Octal | 311 | 260 | 61 | 0 | 14 | 114 | 25 | 62 | 75 | 61 |
| Binary | 11001001 | 10110000 | 110001 | 0 | 1100 | 1001100 | 10101 | 110010 | 111101 | 110001 |
Color Harmonies of #C9B031
Complementary color
Monochromatic Colors of #C9B031
Black with #C9B031
Text Example
Text Example
White with #C9B031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B031; }
p { color: rgb(201,176,49); }
H1.HeaderClassName
{
color: #C9B031;
}
.AnyTagClassName
{
color: #C9B031;
}
</style>
background-color css
<style>
a { background-color: #C9B031; }
a { background-color: rgb(201,176,49); }
div.DivClassName
{
background-color: #C9B031;
}
.BgClassName
{
background-color: #C9B031;
}
</style>
border-color css
<style>
span { border-color: #C9B031; }
span { border-color: rgb(201,176,49); }
td.TdClassName
{
border-color: #C9B031;
}
.TagClassName
{
border-color: #C9B031;
}
</style>