Shades of Old Gold #C9B831
Tints of Old Gold #C9B831
RGB
CMYK
RGB Variations
Color information
#C9B831 (or 0xC9B831) is known color: Old Gold. HEX triplet: C9, B8 and 31. RGB value is (201,184,49). Sum of RGB (Red+Green+Blue) = 201+184+49=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B831 is #3647CE. Grayscale: #AEAEAE. Windows color (decimal): -3557327 or 3258569. OLE color: 3258569.
HSL color Cylindrical-coordinate representation of color #C9B831: hue angle of 53.29º 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 #C9B831 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 184 | 49 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.21 |
| HSL | 53.29º | 0.61% | 0.49% | - |
| HSV(B) | 53.29º | 0.76% | 0.79% | - |
| XYZ | 41.78 | 46.92 | 9.76 | - |
| YUV | 173.69 | 57.63 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 184 | 49 | 0 | 0.08 | 0.76 | 0.21 | 53.29 | 0.61 | 0.49 |
| Hex | C9 | B8 | 31 | 0 | 8 | 4C | 15 | 35 | 3D | 31 |
| Octal | 311 | 270 | 61 | 0 | 10 | 114 | 25 | 65 | 75 | 61 |
| Binary | 11001001 | 10111000 | 110001 | 0 | 1000 | 1001100 | 10101 | 110101 | 111101 | 110001 |
Color Harmonies of #C9B831
Complementary color
Monochromatic Colors of #C9B831
Black with #C9B831
Text Example
Text Example
White with #C9B831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B831; }
p { color: rgb(201,184,49); }
H1.HeaderClassName
{
color: #C9B831;
}
.AnyTagClassName
{
color: #C9B831;
}
</style>
background-color css
<style>
a { background-color: #C9B831; }
a { background-color: rgb(201,184,49); }
div.DivClassName
{
background-color: #C9B831;
}
.BgClassName
{
background-color: #C9B831;
}
</style>
border-color css
<style>
span { border-color: #C9B831; }
span { border-color: rgb(201,184,49); }
td.TdClassName
{
border-color: #C9B831;
}
.TagClassName
{
border-color: #C9B831;
}
</style>