Shades of Old Gold #C2B936
Tints of Old Gold #C2B936
RGB
CMYK
RGB Variations
Color information
#C2B936 (or 0xC2B936) is known color: Old Gold. HEX triplet: C2, B9 and 36. RGB value is (194,185,54). Sum of RGB (Red+Green+Blue) = 194+185+54=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B936 is #3D46C9. Grayscale: #ADADAD. Windows color (decimal): -4015818 or 3586498. OLE color: 3586498.
HSL color Cylindrical-coordinate representation of color #C2B936: hue angle of 56.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C2B936 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 185 | 54 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.24 |
| HSL | 56.14º | 0.56% | 0.49% | - |
| HSV(B) | 56.14º | 0.72% | 0.76% | - |
| XYZ | 40.26 | 46.43 | 10.33 | - |
| YUV | 172.76 | 60.98 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 185 | 54 | 0 | 0.05 | 0.72 | 0.24 | 56.14 | 0.56 | 0.49 |
| Hex | C2 | B9 | 36 | 0 | 5 | 48 | 18 | 38 | 38 | 31 |
| Octal | 302 | 271 | 66 | 0 | 5 | 110 | 30 | 70 | 70 | 61 |
| Binary | 11000010 | 10111001 | 110110 | 0 | 101 | 1001000 | 11000 | 111000 | 111000 | 110001 |
Color Harmonies of #C2B936
Complementary color
Monochromatic Colors of #C2B936
Black with #C2B936
Text Example
Text Example
White with #C2B936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B936; }
p { color: rgb(194,185,54); }
H1.HeaderClassName
{
color: #C2B936;
}
.AnyTagClassName
{
color: #C2B936;
}
</style>
background-color css
<style>
a { background-color: #C2B936; }
a { background-color: rgb(194,185,54); }
div.DivClassName
{
background-color: #C2B936;
}
.BgClassName
{
background-color: #C2B936;
}
</style>
border-color css
<style>
span { border-color: #C2B936; }
span { border-color: rgb(194,185,54); }
td.TdClassName
{
border-color: #C2B936;
}
.TagClassName
{
border-color: #C2B936;
}
</style>