Shades of Old Gold #C2B52D
Tints of Old Gold #C2B52D
RGB
CMYK
RGB Variations
Color information
#C2B52D (or 0xC2B52D) is known color: Old Gold. HEX triplet: C2, B5 and 2D. RGB value is (194,181,45). Sum of RGB (Red+Green+Blue) = 194+181+45=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B52D is #3D4AD2. Grayscale: #A9A9A9. Windows color (decimal): -4016851 or 2995650. OLE color: 2995650.
HSL color Cylindrical-coordinate representation of color #C2B52D: hue angle of 54.77º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C2B52D is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 181 | 45 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.24 |
| HSL | 54.77º | 0.62% | 0.47% | - |
| HSV(B) | 54.77º | 0.77% | 0.76% | - |
| XYZ | 39.25 | 44.71 | 9.04 | - |
| YUV | 169.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 181 | 45 | 0 | 0.07 | 0.77 | 0.24 | 54.77 | 0.62 | 0.47 |
| Hex | C2 | B5 | 2D | 0 | 7 | 4D | 18 | 37 | 3E | 2F |
| Octal | 302 | 265 | 55 | 0 | 7 | 115 | 30 | 67 | 76 | 57 |
| Binary | 11000010 | 10110101 | 101101 | 0 | 111 | 1001101 | 11000 | 110111 | 111110 | 101111 |
Color Harmonies of #C2B52D
Complementary color
Monochromatic Colors of #C2B52D
Black with #C2B52D
Text Example
Text Example
White with #C2B52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B52D; }
p { color: rgb(194,181,45); }
H1.HeaderClassName
{
color: #C2B52D;
}
.AnyTagClassName
{
color: #C2B52D;
}
</style>
background-color css
<style>
a { background-color: #C2B52D; }
a { background-color: rgb(194,181,45); }
div.DivClassName
{
background-color: #C2B52D;
}
.BgClassName
{
background-color: #C2B52D;
}
</style>
border-color css
<style>
span { border-color: #C2B52D; }
span { border-color: rgb(194,181,45); }
td.TdClassName
{
border-color: #C2B52D;
}
.TagClassName
{
border-color: #C2B52D;
}
</style>