Shades of Old Gold #C4B041
Tints of Old Gold #C4B041
RGB
CMYK
RGB Variations
Color information
#C4B041 (or 0xC4B041) is known color: Old Gold. HEX triplet: C4, B0 and 41. RGB value is (196,176,65). Sum of RGB (Red+Green+Blue) = 196+176+65=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B041 is #3B4FBE. Grayscale: #A9A9A9. Windows color (decimal): -3887039 or 4305092. OLE color: 4305092.
HSL color Cylindrical-coordinate representation of color #C4B041: hue angle of 50.84º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4B041 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 65 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.23 |
| HSL | 50.84º | 0.53% | 0.51% | - |
| HSV(B) | 50.84º | 0.67% | 0.77% | - |
| XYZ | 39.24 | 43.17 | 11.26 | - |
| YUV | 169.33 | 69.13 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 65 | 0 | 0.10 | 0.67 | 0.23 | 50.84 | 0.53 | 0.51 |
| Hex | C4 | B0 | 41 | 0 | A | 43 | 17 | 33 | 35 | 33 |
| Octal | 304 | 260 | 101 | 0 | 12 | 103 | 27 | 63 | 65 | 63 |
| Binary | 11000100 | 10110000 | 1000001 | 0 | 1010 | 1000011 | 10111 | 110011 | 110101 | 110011 |
Color Harmonies of #C4B041
Complementary color
Monochromatic Colors of #C4B041
Black with #C4B041
Text Example
Text Example
White with #C4B041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B041; }
p { color: rgb(196,176,65); }
H1.HeaderClassName
{
color: #C4B041;
}
.AnyTagClassName
{
color: #C4B041;
}
</style>
background-color css
<style>
a { background-color: #C4B041; }
a { background-color: rgb(196,176,65); }
div.DivClassName
{
background-color: #C4B041;
}
.BgClassName
{
background-color: #C4B041;
}
</style>
border-color css
<style>
span { border-color: #C4B041; }
span { border-color: rgb(196,176,65); }
td.TdClassName
{
border-color: #C4B041;
}
.TagClassName
{
border-color: #C4B041;
}
</style>