Shades of Old Gold #C4BA3C
Tints of Old Gold #C4BA3C
RGB
CMYK
RGB Variations
Color information
#C4BA3C (or 0xC4BA3C) is known color: Old Gold. HEX triplet: C4, BA and 3C. RGB value is (196,186,60). Sum of RGB (Red+Green+Blue) = 196+186+60=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4BA3C is #3B45C3. Grayscale: #AFAFAF. Windows color (decimal): -3884484 or 3979972. OLE color: 3979972.
HSL color Cylindrical-coordinate representation of color #C4BA3C: hue angle of 55.59º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C4BA3C is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 186 | 60 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.23 |
| HSL | 55.59º | 0.54% | 0.5% | - |
| HSV(B) | 55.59º | 0.69% | 0.77% | - |
| XYZ | 41.14 | 47.18 | 11.21 | - |
| YUV | 174.63 | 63.31 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 186 | 60 | 0 | 0.05 | 0.69 | 0.23 | 55.59 | 0.54 | 0.5 |
| Hex | C4 | BA | 3C | 0 | 5 | 45 | 17 | 38 | 36 | 32 |
| Octal | 304 | 272 | 74 | 0 | 5 | 105 | 27 | 70 | 66 | 62 |
| Binary | 11000100 | 10111010 | 111100 | 0 | 101 | 1000101 | 10111 | 111000 | 110110 | 110010 |
Color Harmonies of #C4BA3C
Complementary color
Monochromatic Colors of #C4BA3C
Black with #C4BA3C
Text Example
Text Example
White with #C4BA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BA3C; }
p { color: rgb(196,186,60); }
H1.HeaderClassName
{
color: #C4BA3C;
}
.AnyTagClassName
{
color: #C4BA3C;
}
</style>
background-color css
<style>
a { background-color: #C4BA3C; }
a { background-color: rgb(196,186,60); }
div.DivClassName
{
background-color: #C4BA3C;
}
.BgClassName
{
background-color: #C4BA3C;
}
</style>
border-color css
<style>
span { border-color: #C4BA3C; }
span { border-color: rgb(196,186,60); }
td.TdClassName
{
border-color: #C4BA3C;
}
.TagClassName
{
border-color: #C4BA3C;
}
</style>