Shades of Old Gold #C9B337
Tints of Old Gold #C9B337
RGB
CMYK
RGB Variations
Color information
#C9B337 (or 0xC9B337) is known color: Old Gold. HEX triplet: C9, B3 and 37. RGB value is (201,179,55). Sum of RGB (Red+Green+Blue) = 201+179+55=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B337 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B337 is #364CC8. Grayscale: #ABABAB. Windows color (decimal): -3558601 or 3650505. OLE color: 3650505.
HSL color Cylindrical-coordinate representation of color #C9B337: hue angle of 50.96º 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 #C9B337 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 179 | 55 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.21 |
| HSL | 50.96º | 0.57% | 0.5% | - |
| HSV(B) | 50.96º | 0.73% | 0.79% | - |
| XYZ | 40.9 | 44.93 | 10.13 | - |
| YUV | 171.44 | 62.29 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 179 | 55 | 0 | 0.11 | 0.73 | 0.21 | 50.96 | 0.57 | 0.5 |
| Hex | C9 | B3 | 37 | 0 | B | 49 | 15 | 33 | 39 | 32 |
| Octal | 311 | 263 | 67 | 0 | 13 | 111 | 25 | 63 | 71 | 62 |
| Binary | 11001001 | 10110011 | 110111 | 0 | 1011 | 1001001 | 10101 | 110011 | 111001 | 110010 |
Color Harmonies of #C9B337
Complementary color
Monochromatic Colors of #C9B337
Black with #C9B337
Text Example
Text Example
White with #C9B337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B337; }
p { color: rgb(201,179,55); }
H1.HeaderClassName
{
color: #C9B337;
}
.AnyTagClassName
{
color: #C9B337;
}
</style>
background-color css
<style>
a { background-color: #C9B337; }
a { background-color: rgb(201,179,55); }
div.DivClassName
{
background-color: #C9B337;
}
.BgClassName
{
background-color: #C9B337;
}
</style>
border-color css
<style>
span { border-color: #C9B337; }
span { border-color: rgb(201,179,55); }
td.TdClassName
{
border-color: #C9B337;
}
.TagClassName
{
border-color: #C9B337;
}
</style>