Shades of Old Gold #C9B437
Tints of Old Gold #C9B437
RGB
CMYK
RGB Variations
Color information
#C9B437 (or 0xC9B437) is known color: Old Gold. HEX triplet: C9, B4 and 37. RGB value is (201,180,55). Sum of RGB (Red+Green+Blue) = 201+180+55=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B437 is #364BC8. Grayscale: #ACACAC. Windows color (decimal): -3558345 or 3650761. OLE color: 3650761.
HSL color Cylindrical-coordinate representation of color #C9B437: hue angle of 51.37º 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 #C9B437 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 180 | 55 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.21 |
| HSL | 51.37º | 0.57% | 0.5% | - |
| HSV(B) | 51.37º | 0.73% | 0.79% | - |
| XYZ | 41.1 | 45.34 | 10.2 | - |
| YUV | 172.03 | 61.96 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 180 | 55 | 0 | 0.10 | 0.73 | 0.21 | 51.37 | 0.57 | 0.5 |
| Hex | C9 | B4 | 37 | 0 | A | 49 | 15 | 33 | 39 | 32 |
| Octal | 311 | 264 | 67 | 0 | 12 | 111 | 25 | 63 | 71 | 62 |
| Binary | 11001001 | 10110100 | 110111 | 0 | 1010 | 1001001 | 10101 | 110011 | 111001 | 110010 |
Color Harmonies of #C9B437
Complementary color
Monochromatic Colors of #C9B437
Black with #C9B437
Text Example
Text Example
White with #C9B437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B437; }
p { color: rgb(201,180,55); }
H1.HeaderClassName
{
color: #C9B437;
}
.AnyTagClassName
{
color: #C9B437;
}
</style>
background-color css
<style>
a { background-color: #C9B437; }
a { background-color: rgb(201,180,55); }
div.DivClassName
{
background-color: #C9B437;
}
.BgClassName
{
background-color: #C9B437;
}
</style>
border-color css
<style>
span { border-color: #C9B437; }
span { border-color: rgb(201,180,55); }
td.TdClassName
{
border-color: #C9B437;
}
.TagClassName
{
border-color: #C9B437;
}
</style>