Shades of Old Gold #C4BA3E
Tints of Old Gold #C4BA3E
RGB
CMYK
RGB Variations
Color information
#C4BA3E (or 0xC4BA3E) is known color: Old Gold. HEX triplet: C4, BA and 3E. RGB value is (196,186,62). Sum of RGB (Red+Green+Blue) = 196+186+62=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA3E is #3B45C1. Grayscale: #AFAFAF. Windows color (decimal): -3884482 or 4111044. OLE color: 4111044.
HSL color Cylindrical-coordinate representation of color #C4BA3E: hue angle of 55.52º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4BA3E is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 62 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.23 |
| HSL | 55.52º | 0.53% | 0.51% | - |
| HSV(B) | 55.52º | 0.68% | 0.77% | - |
| XYZ | 41.19 | 47.2 | 11.5 | - |
| YUV | 174.85 | 64.31 | 143.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 62 | 0 | 0.05 | 0.68 | 0.23 | 55.52 | 0.53 | 0.51 |
| Hex | C4 | BA | 3E | 0 | 5 | 44 | 17 | 38 | 35 | 33 |
| Octal | 304 | 272 | 76 | 0 | 5 | 104 | 27 | 70 | 65 | 63 |
| Binary | 11000100 | 10111010 | 111110 | 0 | 101 | 1000100 | 10111 | 111000 | 110101 | 110011 |
Color Harmonies of #C4BA3E
Complementary color
Monochromatic Colors of #C4BA3E
Black with #C4BA3E
Text Example
Text Example
White with #C4BA3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA3E; }
p { color: rgb(196,186,62); }
H1.HeaderClassName
{
color: #C4BA3E;
}
.AnyTagClassName
{
color: #C4BA3E;
}
</style>
background-color css
<style>
a { background-color: #C4BA3E; }
a { background-color: rgb(196,186,62); }
div.DivClassName
{
background-color: #C4BA3E;
}
.BgClassName
{
background-color: #C4BA3E;
}
</style>
border-color css
<style>
span { border-color: #C4BA3E; }
span { border-color: rgb(196,186,62); }
td.TdClassName
{
border-color: #C4BA3E;
}
.TagClassName
{
border-color: #C4BA3E;
}
</style>