Shades of Old Gold #C2B839
Tints of Old Gold #C2B839
RGB
CMYK
RGB Variations
Color information
#C2B839 (or 0xC2B839) is known color: Old Gold. HEX triplet: C2, B8 and 39. RGB value is (194,184,57). Sum of RGB (Red+Green+Blue) = 194+184+57=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 57 (22.66% from 255 or 13.10% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B839 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B839 is #3D47C6. Grayscale: #ADADAD. Windows color (decimal): -4016071 or 3782850. OLE color: 3782850.
HSL color Cylindrical-coordinate representation of color #C2B839: hue angle of 55.62º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C2B839 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 57 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.24 |
| HSL | 55.62º | 0.55% | 0.49% | - |
| HSV(B) | 55.62º | 0.71% | 0.76% | - |
| XYZ | 40.13 | 46.05 | 10.64 | - |
| YUV | 172.51 | 62.81 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 57 | 0 | 0.05 | 0.71 | 0.24 | 55.62 | 0.55 | 0.49 |
| Hex | C2 | B8 | 39 | 0 | 5 | 47 | 18 | 38 | 37 | 31 |
| Octal | 302 | 270 | 71 | 0 | 5 | 107 | 30 | 70 | 67 | 61 |
| Binary | 11000010 | 10111000 | 111001 | 0 | 101 | 1000111 | 11000 | 111000 | 110111 | 110001 |
Color Harmonies of #C2B839
Complementary color
Monochromatic Colors of #C2B839
Black with #C2B839
Text Example
Text Example
White with #C2B839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B839; }
p { color: rgb(194,184,57); }
H1.HeaderClassName
{
color: #C2B839;
}
.AnyTagClassName
{
color: #C2B839;
}
</style>
background-color css
<style>
a { background-color: #C2B839; }
a { background-color: rgb(194,184,57); }
div.DivClassName
{
background-color: #C2B839;
}
.BgClassName
{
background-color: #C2B839;
}
</style>
border-color css
<style>
span { border-color: #C2B839; }
span { border-color: rgb(194,184,57); }
td.TdClassName
{
border-color: #C2B839;
}
.TagClassName
{
border-color: #C2B839;
}
</style>