Shades of Old Gold #C1B739
Tints of Old Gold #C1B739
RGB
CMYK
RGB Variations
Color information
#C1B739 (or 0xC1B739) is known color: Old Gold. HEX triplet: C1, B7 and 39. RGB value is (193,183,57). Sum of RGB (Red+Green+Blue) = 193+183+57=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 57 (22.66% from 255 or 13.16% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B739 is #3E48C6. Grayscale: #ACACAC. Windows color (decimal): -4081863 or 3782593. OLE color: 3782593.
HSL color Cylindrical-coordinate representation of color #C1B739: hue angle of 55.59º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1B739 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 57 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.24 |
| HSL | 55.59º | 0.54% | 0.49% | - |
| HSV(B) | 55.59º | 0.7% | 0.76% | - |
| XYZ | 39.66 | 45.5 | 10.56 | - |
| YUV | 171.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 57 | 0 | 0.05 | 0.70 | 0.24 | 55.59 | 0.54 | 0.49 |
| Hex | C1 | B7 | 39 | 0 | 5 | 46 | 18 | 38 | 36 | 31 |
| Octal | 301 | 267 | 71 | 0 | 5 | 106 | 30 | 70 | 66 | 61 |
| Binary | 11000001 | 10110111 | 111001 | 0 | 101 | 1000110 | 11000 | 111000 | 110110 | 110001 |
Color Harmonies of #C1B739
Complementary color
Monochromatic Colors of #C1B739
Black with #C1B739
Text Example
Text Example
White with #C1B739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B739; }
p { color: rgb(193,183,57); }
H1.HeaderClassName
{
color: #C1B739;
}
.AnyTagClassName
{
color: #C1B739;
}
</style>
background-color css
<style>
a { background-color: #C1B739; }
a { background-color: rgb(193,183,57); }
div.DivClassName
{
background-color: #C1B739;
}
.BgClassName
{
background-color: #C1B739;
}
</style>
border-color css
<style>
span { border-color: #C1B739; }
span { border-color: rgb(193,183,57); }
td.TdClassName
{
border-color: #C1B739;
}
.TagClassName
{
border-color: #C1B739;
}
</style>