Shades of Old Gold #C4B444
Tints of Old Gold #C4B444
RGB
CMYK
RGB Variations
Color information
#C4B444 (or 0xC4B444) is known color: Old Gold. HEX triplet: C4, B4 and 44. RGB value is (196,180,68). Sum of RGB (Red+Green+Blue) = 196+180+68=444 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.14% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 68 (26.95% from 255 or 15.32% from 444); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4B444 is #3B4BBB. Grayscale: #ACACAC. Windows color (decimal): -3886012 or 4502724. OLE color: 4502724.
HSL color Cylindrical-coordinate representation of color #C4B444: hue angle of 52.5º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C4B444 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 180 | 68 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.23 |
| HSL | 52.5º | 0.52% | 0.52% | - |
| HSV(B) | 52.5º | 0.65% | 0.77% | - |
| XYZ | 40.13 | 44.8 | 12 | - |
| YUV | 172.02 | 69.3 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 180 | 68 | 0 | 0.08 | 0.65 | 0.23 | 52.5 | 0.52 | 0.52 |
| Hex | C4 | B4 | 44 | 0 | 8 | 41 | 17 | 34 | 34 | 34 |
| Octal | 304 | 264 | 104 | 0 | 10 | 101 | 27 | 64 | 64 | 64 |
| Binary | 11000100 | 10110100 | 1000100 | 0 | 1000 | 1000001 | 10111 | 110100 | 110100 | 110100 |
Color Harmonies of #C4B444
Complementary color
Monochromatic Colors of #C4B444
Black with #C4B444
Text Example
Text Example
White with #C4B444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B444; }
p { color: rgb(196,180,68); }
H1.HeaderClassName
{
color: #C4B444;
}
.AnyTagClassName
{
color: #C4B444;
}
</style>
background-color css
<style>
a { background-color: #C4B444; }
a { background-color: rgb(196,180,68); }
div.DivClassName
{
background-color: #C4B444;
}
.BgClassName
{
background-color: #C4B444;
}
</style>
border-color css
<style>
span { border-color: #C4B444; }
span { border-color: rgb(196,180,68); }
td.TdClassName
{
border-color: #C4B444;
}
.TagClassName
{
border-color: #C4B444;
}
</style>