Shades of Old Gold #C9BE37
Tints of Old Gold #C9BE37
RGB
CMYK
RGB Variations
Color information
#C9BE37 (or 0xC9BE37) is known color: Old Gold. HEX triplet: C9, BE and 37. RGB value is (201,190,55). Sum of RGB (Red+Green+Blue) = 201+190+55=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 55 (21.88% from 255 or 12.33% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BE37 is #3641C8. Grayscale: #B2B2B2. Windows color (decimal): -3555785 or 3653321. OLE color: 3653321.
HSL color Cylindrical-coordinate representation of color #C9BE37: hue angle of 55.48º 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 #C9BE37 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 190 | 55 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.21 |
| HSL | 55.48º | 0.57% | 0.5% | - |
| HSV(B) | 55.48º | 0.73% | 0.79% | - |
| XYZ | 43.19 | 49.52 | 10.9 | - |
| YUV | 177.9 | 58.64 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 190 | 55 | 0 | 0.05 | 0.73 | 0.21 | 55.48 | 0.57 | 0.5 |
| Hex | C9 | BE | 37 | 0 | 5 | 49 | 15 | 37 | 39 | 32 |
| Octal | 311 | 276 | 67 | 0 | 5 | 111 | 25 | 67 | 71 | 62 |
| Binary | 11001001 | 10111110 | 110111 | 0 | 101 | 1001001 | 10101 | 110111 | 111001 | 110010 |
Color Harmonies of #C9BE37
Complementary color
Monochromatic Colors of #C9BE37
Black with #C9BE37
Text Example
Text Example
White with #C9BE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BE37; }
p { color: rgb(201,190,55); }
H1.HeaderClassName
{
color: #C9BE37;
}
.AnyTagClassName
{
color: #C9BE37;
}
</style>
background-color css
<style>
a { background-color: #C9BE37; }
a { background-color: rgb(201,190,55); }
div.DivClassName
{
background-color: #C9BE37;
}
.BgClassName
{
background-color: #C9BE37;
}
</style>
border-color css
<style>
span { border-color: #C9BE37; }
span { border-color: rgb(201,190,55); }
td.TdClassName
{
border-color: #C9BE37;
}
.TagClassName
{
border-color: #C9BE37;
}
</style>