Shades of Old Gold #C1B73B
Tints of Old Gold #C1B73B
RGB
CMYK
RGB Variations
Color information
#C1B73B (or 0xC1B73B) is known color: Old Gold. HEX triplet: C1, B7 and 3B. RGB value is (193,183,59). Sum of RGB (Red+Green+Blue) = 193+183+59=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 183 (71.88% from 255 or 42.07% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B73B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B73B is #3E48C4. Grayscale: #ACACAC. Windows color (decimal): -4081861 or 3913665. OLE color: 3913665.
HSL color Cylindrical-coordinate representation of color #C1B73B: hue angle of 55.52º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C1B73B is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 59 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.24 |
| HSL | 55.52º | 0.53% | 0.49% | - |
| HSV(B) | 55.52º | 0.69% | 0.76% | - |
| XYZ | 39.72 | 45.52 | 10.83 | - |
| YUV | 171.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 59 | 0 | 0.05 | 0.69 | 0.24 | 55.52 | 0.53 | 0.49 |
| Hex | C1 | B7 | 3B | 0 | 5 | 45 | 18 | 38 | 35 | 31 |
| Octal | 301 | 267 | 73 | 0 | 5 | 105 | 30 | 70 | 65 | 61 |
| Binary | 11000001 | 10110111 | 111011 | 0 | 101 | 1000101 | 11000 | 111000 | 110101 | 110001 |
Color Harmonies of #C1B73B
Complementary color
Monochromatic Colors of #C1B73B
Black with #C1B73B
Text Example
Text Example
White with #C1B73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B73B; }
p { color: rgb(193,183,59); }
H1.HeaderClassName
{
color: #C1B73B;
}
.AnyTagClassName
{
color: #C1B73B;
}
</style>
background-color css
<style>
a { background-color: #C1B73B; }
a { background-color: rgb(193,183,59); }
div.DivClassName
{
background-color: #C1B73B;
}
.BgClassName
{
background-color: #C1B73B;
}
</style>
border-color css
<style>
span { border-color: #C1B73B; }
span { border-color: rgb(193,183,59); }
td.TdClassName
{
border-color: #C1B73B;
}
.TagClassName
{
border-color: #C1B73B;
}
</style>