Shades of Old Gold #C2B939
Tints of Old Gold #C2B939
RGB
CMYK
RGB Variations
Color information
#C2B939 (or 0xC2B939) is known color: Old Gold. HEX triplet: C2, B9 and 39. RGB value is (194,185,57). Sum of RGB (Red+Green+Blue) = 194+185+57=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B939 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B939 is #3D46C6. Grayscale: #ADADAD. Windows color (decimal): -4015815 or 3783106. OLE color: 3783106.
HSL color Cylindrical-coordinate representation of color #C2B939: hue angle of 56.06º 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 #C2B939 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 57 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.24 |
| HSL | 56.06º | 0.55% | 0.49% | - |
| HSV(B) | 56.06º | 0.71% | 0.76% | - |
| XYZ | 40.34 | 46.46 | 10.71 | - |
| YUV | 173.1 | 62.48 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 57 | 0 | 0.05 | 0.71 | 0.24 | 56.06 | 0.55 | 0.49 |
| Hex | C2 | B9 | 39 | 0 | 5 | 47 | 18 | 38 | 37 | 31 |
| Octal | 302 | 271 | 71 | 0 | 5 | 107 | 30 | 70 | 67 | 61 |
| Binary | 11000010 | 10111001 | 111001 | 0 | 101 | 1000111 | 11000 | 111000 | 110111 | 110001 |
Color Harmonies of #C2B939
Complementary color
Monochromatic Colors of #C2B939
Black with #C2B939
Text Example
Text Example
White with #C2B939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B939; }
p { color: rgb(194,185,57); }
H1.HeaderClassName
{
color: #C2B939;
}
.AnyTagClassName
{
color: #C2B939;
}
</style>
background-color css
<style>
a { background-color: #C2B939; }
a { background-color: rgb(194,185,57); }
div.DivClassName
{
background-color: #C2B939;
}
.BgClassName
{
background-color: #C2B939;
}
</style>
border-color css
<style>
span { border-color: #C2B939; }
span { border-color: rgb(194,185,57); }
td.TdClassName
{
border-color: #C2B939;
}
.TagClassName
{
border-color: #C2B939;
}
</style>