Shades of Old Gold #C7B32C
Tints of Old Gold #C7B32C
RGB
CMYK
RGB Variations
Color information
#C7B32C (or 0xC7B32C) is known color: Old Gold. HEX triplet: C7, B3 and 2C. RGB value is (199,179,44). Sum of RGB (Red+Green+Blue) = 199+179+44=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7B32C is #384CD3. Grayscale: #AAAAAA. Windows color (decimal): -3689684 or 2929607. OLE color: 2929607.
HSL color Cylindrical-coordinate representation of color #C7B32C: hue angle of 52.26º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C7B32C is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 179 | 44 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.22 |
| HSL | 52.26º | 0.64% | 0.48% | - |
| HSV(B) | 52.26º | 0.78% | 0.78% | - |
| XYZ | 40.13 | 44.56 | 8.87 | - |
| YUV | 169.59 | 57.13 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 179 | 44 | 0 | 0.10 | 0.78 | 0.22 | 52.26 | 0.64 | 0.48 |
| Hex | C7 | B3 | 2C | 0 | A | 4E | 16 | 34 | 40 | 30 |
| Octal | 307 | 263 | 54 | 0 | 12 | 116 | 26 | 64 | 100 | 60 |
| Binary | 11000111 | 10110011 | 101100 | 0 | 1010 | 1001110 | 10110 | 110100 | 1000000 | 110000 |
Color Harmonies of #C7B32C
Complementary color
Monochromatic Colors of #C7B32C
Black with #C7B32C
Text Example
Text Example
White with #C7B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B32C; }
p { color: rgb(199,179,44); }
H1.HeaderClassName
{
color: #C7B32C;
}
.AnyTagClassName
{
color: #C7B32C;
}
</style>
background-color css
<style>
a { background-color: #C7B32C; }
a { background-color: rgb(199,179,44); }
div.DivClassName
{
background-color: #C7B32C;
}
.BgClassName
{
background-color: #C7B32C;
}
</style>
border-color css
<style>
span { border-color: #C7B32C; }
span { border-color: rgb(199,179,44); }
td.TdClassName
{
border-color: #C7B32C;
}
.TagClassName
{
border-color: #C7B32C;
}
</style>