Shades of Old Gold #C4BA37
Tints of Old Gold #C4BA37
RGB
CMYK
RGB Variations
Color information
#C4BA37 (or 0xC4BA37) is known color: Old Gold. HEX triplet: C4, BA and 37. RGB value is (196,186,55). Sum of RGB (Red+Green+Blue) = 196+186+55=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 55 (21.88% from 255 or 12.59% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA37 is #3B45C8. Grayscale: #AEAEAE. Windows color (decimal): -3884489 or 3652292. OLE color: 3652292.
HSL color Cylindrical-coordinate representation of color #C4BA37: hue angle of 55.74º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4BA37 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 55 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.23 |
| HSL | 55.74º | 0.56% | 0.49% | - |
| HSV(B) | 55.74º | 0.72% | 0.77% | - |
| XYZ | 41.01 | 47.13 | 10.55 | - |
| YUV | 174.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 55 | 0 | 0.05 | 0.72 | 0.23 | 55.74 | 0.56 | 0.49 |
| Hex | C4 | BA | 37 | 0 | 5 | 48 | 17 | 38 | 38 | 31 |
| Octal | 304 | 272 | 67 | 0 | 5 | 110 | 27 | 70 | 70 | 61 |
| Binary | 11000100 | 10111010 | 110111 | 0 | 101 | 1001000 | 10111 | 111000 | 111000 | 110001 |
Color Harmonies of #C4BA37
Complementary color
Monochromatic Colors of #C4BA37
Black with #C4BA37
Text Example
Text Example
White with #C4BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA37; }
p { color: rgb(196,186,55); }
H1.HeaderClassName
{
color: #C4BA37;
}
.AnyTagClassName
{
color: #C4BA37;
}
</style>
background-color css
<style>
a { background-color: #C4BA37; }
a { background-color: rgb(196,186,55); }
div.DivClassName
{
background-color: #C4BA37;
}
.BgClassName
{
background-color: #C4BA37;
}
</style>
border-color css
<style>
span { border-color: #C4BA37; }
span { border-color: rgb(196,186,55); }
td.TdClassName
{
border-color: #C4BA37;
}
.TagClassName
{
border-color: #C4BA37;
}
</style>