Shades of Old Gold #C1B53D
Tints of Old Gold #C1B53D
RGB
CMYK
RGB Variations
Color information
#C1B53D (or 0xC1B53D) is known color: Old Gold. HEX triplet: C1, B5 and 3D. RGB value is (193,181,61). Sum of RGB (Red+Green+Blue) = 193+181+61=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B53D is #3E4AC2. Grayscale: #ABABAB. Windows color (decimal): -4082371 or 4044225. OLE color: 4044225.
HSL color Cylindrical-coordinate representation of color #C1B53D: hue angle of 54.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1B53D is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 61 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.24 |
| HSL | 54.55º | 0.52% | 0.5% | - |
| HSV(B) | 54.55º | 0.68% | 0.76% | - |
| XYZ | 39.36 | 44.72 | 10.97 | - |
| YUV | 170.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 61 | 0 | 0.06 | 0.68 | 0.24 | 54.55 | 0.52 | 0.5 |
| Hex | C1 | B5 | 3D | 0 | 6 | 44 | 18 | 37 | 34 | 32 |
| Octal | 301 | 265 | 75 | 0 | 6 | 104 | 30 | 67 | 64 | 62 |
| Binary | 11000001 | 10110101 | 111101 | 0 | 110 | 1000100 | 11000 | 110111 | 110100 | 110010 |
Color Harmonies of #C1B53D
Complementary color
Monochromatic Colors of #C1B53D
Black with #C1B53D
Text Example
Text Example
White with #C1B53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B53D; }
p { color: rgb(193,181,61); }
H1.HeaderClassName
{
color: #C1B53D;
}
.AnyTagClassName
{
color: #C1B53D;
}
</style>
background-color css
<style>
a { background-color: #C1B53D; }
a { background-color: rgb(193,181,61); }
div.DivClassName
{
background-color: #C1B53D;
}
.BgClassName
{
background-color: #C1B53D;
}
</style>
border-color css
<style>
span { border-color: #C1B53D; }
span { border-color: rgb(193,181,61); }
td.TdClassName
{
border-color: #C1B53D;
}
.TagClassName
{
border-color: #C1B53D;
}
</style>