Shades of Old Gold #C4B037
Tints of Old Gold #C4B037
RGB
CMYK
RGB Variations
Color information
#C4B037 (or 0xC4B037) is known color: Old Gold. HEX triplet: C4, B0 and 37. RGB value is (196,176,55). Sum of RGB (Red+Green+Blue) = 196+176+55=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 176 (69.14% from 255 or 41.22% from 427); Blue value is 55 (21.88% from 255 or 12.88% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4B037 is #3B4FC8. Grayscale: #A8A8A8. Windows color (decimal): -3887049 or 3649732. OLE color: 3649732.
HSL color Cylindrical-coordinate representation of color #C4B037: hue angle of 51.49º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4B037 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 176 | 55 | - |
| CMYK | 0 | 0.10 | 0.72 | 0.23 |
| HSL | 51.49º | 0.56% | 0.49% | - |
| HSV(B) | 51.49º | 0.72% | 0.77% | - |
| XYZ | 38.98 | 43.06 | 9.87 | - |
| YUV | 168.19 | 64.13 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 176 | 55 | 0 | 0.10 | 0.72 | 0.23 | 51.49 | 0.56 | 0.49 |
| Hex | C4 | B0 | 37 | 0 | A | 48 | 17 | 33 | 38 | 31 |
| Octal | 304 | 260 | 67 | 0 | 12 | 110 | 27 | 63 | 70 | 61 |
| Binary | 11000100 | 10110000 | 110111 | 0 | 1010 | 1001000 | 10111 | 110011 | 111000 | 110001 |
Color Harmonies of #C4B037
Complementary color
Monochromatic Colors of #C4B037
Black with #C4B037
Text Example
Text Example
White with #C4B037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B037; }
p { color: rgb(196,176,55); }
H1.HeaderClassName
{
color: #C4B037;
}
.AnyTagClassName
{
color: #C4B037;
}
</style>
background-color css
<style>
a { background-color: #C4B037; }
a { background-color: rgb(196,176,55); }
div.DivClassName
{
background-color: #C4B037;
}
.BgClassName
{
background-color: #C4B037;
}
</style>
border-color css
<style>
span { border-color: #C4B037; }
span { border-color: rgb(196,176,55); }
td.TdClassName
{
border-color: #C4B037;
}
.TagClassName
{
border-color: #C4B037;
}
</style>