Shades of Old Gold #C9B237
Tints of Old Gold #C9B237
RGB
CMYK
RGB Variations
Color information
#C9B237 (or 0xC9B237) is known color: Old Gold. HEX triplet: C9, B2 and 37. RGB value is (201,178,55). Sum of RGB (Red+Green+Blue) = 201+178+55=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B237 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B237 is #364DC8. Grayscale: #ABABAB. Windows color (decimal): -3558857 or 3650249. OLE color: 3650249.
HSL color Cylindrical-coordinate representation of color #C9B237: hue angle of 50.55º 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 #C9B237 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 55 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.21 |
| HSL | 50.55º | 0.57% | 0.5% | - |
| HSV(B) | 50.55º | 0.73% | 0.79% | - |
| XYZ | 40.7 | 44.53 | 10.07 | - |
| YUV | 170.86 | 62.62 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 55 | 0 | 0.11 | 0.73 | 0.21 | 50.55 | 0.57 | 0.5 |
| Hex | C9 | B2 | 37 | 0 | B | 49 | 15 | 33 | 39 | 32 |
| Octal | 311 | 262 | 67 | 0 | 13 | 111 | 25 | 63 | 71 | 62 |
| Binary | 11001001 | 10110010 | 110111 | 0 | 1011 | 1001001 | 10101 | 110011 | 111001 | 110010 |
Color Harmonies of #C9B237
Complementary color
Monochromatic Colors of #C9B237
Black with #C9B237
Text Example
Text Example
White with #C9B237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B237; }
p { color: rgb(201,178,55); }
H1.HeaderClassName
{
color: #C9B237;
}
.AnyTagClassName
{
color: #C9B237;
}
</style>
background-color css
<style>
a { background-color: #C9B237; }
a { background-color: rgb(201,178,55); }
div.DivClassName
{
background-color: #C9B237;
}
.BgClassName
{
background-color: #C9B237;
}
</style>
border-color css
<style>
span { border-color: #C9B237; }
span { border-color: rgb(201,178,55); }
td.TdClassName
{
border-color: #C9B237;
}
.TagClassName
{
border-color: #C9B237;
}
</style>