Shades of Old Gold #C3B934
Tints of Old Gold #C3B934
RGB
CMYK
RGB Variations
Color information
#C3B934 (or 0xC3B934) is known color: Old Gold. HEX triplet: C3, B9 and 34. RGB value is (195,185,52). Sum of RGB (Red+Green+Blue) = 195+185+52=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3B934 is #3C46CB. Grayscale: #ADADAD. Windows color (decimal): -3950284 or 3455427. OLE color: 3455427.
HSL color Cylindrical-coordinate representation of color #C3B934: hue angle of 55.8º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C3B934 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 185 | 52 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.24 |
| HSL | 55.8º | 0.58% | 0.48% | - |
| HSV(B) | 55.8º | 0.73% | 0.76% | - |
| XYZ | 40.47 | 46.55 | 10.1 | - |
| YUV | 172.83 | 59.81 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 52 | 0 | 0.05 | 0.73 | 0.24 | 55.8 | 0.58 | 0.48 |
| Hex | C3 | B9 | 34 | 0 | 5 | 49 | 18 | 38 | 3A | 30 |
| Octal | 303 | 271 | 64 | 0 | 5 | 111 | 30 | 70 | 72 | 60 |
| Binary | 11000011 | 10111001 | 110100 | 0 | 101 | 1001001 | 11000 | 111000 | 111010 | 110000 |
Color Harmonies of #C3B934
Complementary color
Monochromatic Colors of #C3B934
Black with #C3B934
Text Example
Text Example
White with #C3B934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B934; }
p { color: rgb(195,185,52); }
H1.HeaderClassName
{
color: #C3B934;
}
.AnyTagClassName
{
color: #C3B934;
}
</style>
background-color css
<style>
a { background-color: #C3B934; }
a { background-color: rgb(195,185,52); }
div.DivClassName
{
background-color: #C3B934;
}
.BgClassName
{
background-color: #C3B934;
}
</style>
border-color css
<style>
span { border-color: #C3B934; }
span { border-color: rgb(195,185,52); }
td.TdClassName
{
border-color: #C3B934;
}
.TagClassName
{
border-color: #C3B934;
}
</style>