Shades of Old Gold #C1B734
Tints of Old Gold #C1B734
RGB
CMYK
RGB Variations
Color information
#C1B734 (or 0xC1B734) is known color: Old Gold. HEX triplet: C1, B7 and 34. RGB value is (193,183,52). Sum of RGB (Red+Green+Blue) = 193+183+52=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 183 (71.88% from 255 or 42.76% from 428); Blue value is 52 (20.70% from 255 or 12.15% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B734 is #3E48CB. Grayscale: #ABABAB. Windows color (decimal): -4081868 or 3454913. OLE color: 3454913.
HSL color Cylindrical-coordinate representation of color #C1B734: hue angle of 55.74º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1B734 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 52 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.24 |
| HSL | 55.74º | 0.58% | 0.48% | - |
| HSV(B) | 55.74º | 0.73% | 0.76% | - |
| XYZ | 39.55 | 45.45 | 9.94 | - |
| YUV | 171.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 52 | 0 | 0.05 | 0.73 | 0.24 | 55.74 | 0.58 | 0.48 |
| Hex | C1 | B7 | 34 | 0 | 5 | 49 | 18 | 38 | 3A | 30 |
| Octal | 301 | 267 | 64 | 0 | 5 | 111 | 30 | 70 | 72 | 60 |
| Binary | 11000001 | 10110111 | 110100 | 0 | 101 | 1001001 | 11000 | 111000 | 111010 | 110000 |
Color Harmonies of #C1B734
Complementary color
Monochromatic Colors of #C1B734
Black with #C1B734
Text Example
Text Example
White with #C1B734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B734; }
p { color: rgb(193,183,52); }
H1.HeaderClassName
{
color: #C1B734;
}
.AnyTagClassName
{
color: #C1B734;
}
</style>
background-color css
<style>
a { background-color: #C1B734; }
a { background-color: rgb(193,183,52); }
div.DivClassName
{
background-color: #C1B734;
}
.BgClassName
{
background-color: #C1B734;
}
</style>
border-color css
<style>
span { border-color: #C1B734; }
span { border-color: rgb(193,183,52); }
td.TdClassName
{
border-color: #C1B734;
}
.TagClassName
{
border-color: #C1B734;
}
</style>