Shades of Old Gold #C4BA3F
Tints of Old Gold #C4BA3F
RGB
CMYK
RGB Variations
Color information
#C4BA3F (or 0xC4BA3F) is known color: Old Gold. HEX triplet: C4, BA and 3F. RGB value is (196,186,63). Sum of RGB (Red+Green+Blue) = 196+186+63=445 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.04% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA3F is #3B45C0. Grayscale: #AFAFAF. Windows color (decimal): -3884481 or 4176580. OLE color: 4176580.
HSL color Cylindrical-coordinate representation of color #C4BA3F: hue angle of 55.49º 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 #C4BA3F is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 63 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.23 |
| HSL | 55.49º | 0.53% | 0.51% | - |
| HSV(B) | 55.49º | 0.68% | 0.77% | - |
| XYZ | 41.22 | 47.21 | 11.64 | - |
| YUV | 174.97 | 64.81 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 63 | 0 | 0.05 | 0.68 | 0.23 | 55.49 | 0.53 | 0.51 |
| Hex | C4 | BA | 3F | 0 | 5 | 44 | 17 | 37 | 35 | 33 |
| Octal | 304 | 272 | 77 | 0 | 5 | 104 | 27 | 67 | 65 | 63 |
| Binary | 11000100 | 10111010 | 111111 | 0 | 101 | 1000100 | 10111 | 110111 | 110101 | 110011 |
Color Harmonies of #C4BA3F
Complementary color
Monochromatic Colors of #C4BA3F
Black with #C4BA3F
Text Example
Text Example
White with #C4BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA3F; }
p { color: rgb(196,186,63); }
H1.HeaderClassName
{
color: #C4BA3F;
}
.AnyTagClassName
{
color: #C4BA3F;
}
</style>
background-color css
<style>
a { background-color: #C4BA3F; }
a { background-color: rgb(196,186,63); }
div.DivClassName
{
background-color: #C4BA3F;
}
.BgClassName
{
background-color: #C4BA3F;
}
</style>
border-color css
<style>
span { border-color: #C4BA3F; }
span { border-color: rgb(196,186,63); }
td.TdClassName
{
border-color: #C4BA3F;
}
.TagClassName
{
border-color: #C4BA3F;
}
</style>