Shades of Old Gold #C9B937
Tints of Old Gold #C9B937
RGB
CMYK
RGB Variations
Color information
#C9B937 (or 0xC9B937) is known color: Old Gold. HEX triplet: C9, B9 and 37. RGB value is (201,185,55). Sum of RGB (Red+Green+Blue) = 201+185+55=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B937 is #3646C8. Grayscale: #AFAFAF. Windows color (decimal): -3557065 or 3652041. OLE color: 3652041.
HSL color Cylindrical-coordinate representation of color #C9B937: hue angle of 53.42º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9B937 is Cyan = 0, Magento = 0.08, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 55 | - |
| CMYK | 0 | 0.08 | 0.73 | 0.21 |
| HSL | 53.42º | 0.57% | 0.5% | - |
| HSV(B) | 53.42º | 0.73% | 0.79% | - |
| XYZ | 42.13 | 47.39 | 10.54 | - |
| YUV | 174.96 | 60.3 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 55 | 0 | 0.08 | 0.73 | 0.21 | 53.42 | 0.57 | 0.5 |
| Hex | C9 | B9 | 37 | 0 | 8 | 49 | 15 | 35 | 39 | 32 |
| Octal | 311 | 271 | 67 | 0 | 10 | 111 | 25 | 65 | 71 | 62 |
| Binary | 11001001 | 10111001 | 110111 | 0 | 1000 | 1001001 | 10101 | 110101 | 111001 | 110010 |
Color Harmonies of #C9B937
Complementary color
Monochromatic Colors of #C9B937
Black with #C9B937
Text Example
Text Example
White with #C9B937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B937; }
p { color: rgb(201,185,55); }
H1.HeaderClassName
{
color: #C9B937;
}
.AnyTagClassName
{
color: #C9B937;
}
</style>
background-color css
<style>
a { background-color: #C9B937; }
a { background-color: rgb(201,185,55); }
div.DivClassName
{
background-color: #C9B937;
}
.BgClassName
{
background-color: #C9B937;
}
</style>
border-color css
<style>
span { border-color: #C9B937; }
span { border-color: rgb(201,185,55); }
td.TdClassName
{
border-color: #C9B937;
}
.TagClassName
{
border-color: #C9B937;
}
</style>