Shades of Old Gold #C7B345
Tints of Old Gold #C7B345
RGB
CMYK
RGB Variations
Color information
#C7B345 (or 0xC7B345) is known color: Old Gold. HEX triplet: C7, B3 and 45. RGB value is (199,179,69). Sum of RGB (Red+Green+Blue) = 199+179+69=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B345 is #384CBA. Grayscale: #ACACAC. Windows color (decimal): -3689659 or 4568007. OLE color: 4568007.
HSL color Cylindrical-coordinate representation of color #C7B345: hue angle of 50.77º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C7B345 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 69 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.22 |
| HSL | 50.77º | 0.54% | 0.53% | - |
| HSV(B) | 50.77º | 0.65% | 0.78% | - |
| XYZ | 40.75 | 44.81 | 12.13 | - |
| YUV | 172.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 69 | 0 | 0.10 | 0.65 | 0.22 | 50.77 | 0.54 | 0.53 |
| Hex | C7 | B3 | 45 | 0 | A | 41 | 16 | 33 | 36 | 35 |
| Octal | 307 | 263 | 105 | 0 | 12 | 101 | 26 | 63 | 66 | 65 |
| Binary | 11000111 | 10110011 | 1000101 | 0 | 1010 | 1000001 | 10110 | 110011 | 110110 | 110101 |
Color Harmonies of #C7B345
Complementary color
Monochromatic Colors of #C7B345
Black with #C7B345
Text Example
Text Example
White with #C7B345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B345; }
p { color: rgb(199,179,69); }
H1.HeaderClassName
{
color: #C7B345;
}
.AnyTagClassName
{
color: #C7B345;
}
</style>
background-color css
<style>
a { background-color: #C7B345; }
a { background-color: rgb(199,179,69); }
div.DivClassName
{
background-color: #C7B345;
}
.BgClassName
{
background-color: #C7B345;
}
</style>
border-color css
<style>
span { border-color: #C7B345; }
span { border-color: rgb(199,179,69); }
td.TdClassName
{
border-color: #C7B345;
}
.TagClassName
{
border-color: #C7B345;
}
</style>