Shades of Old Gold #C7B12C
Tints of Old Gold #C7B12C
RGB
CMYK
RGB Variations
Color information
#C7B12C (or 0xC7B12C) is known color: Old Gold. HEX triplet: C7, B1 and 2C. RGB value is (199,177,44). Sum of RGB (Red+Green+Blue) = 199+177+44=420 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.38% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 44 (17.58% from 255 or 10.48% from 420); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B12C is #384ED3. Grayscale: #A8A8A8. Windows color (decimal): -3690196 or 2929095. OLE color: 2929095.
HSL color Cylindrical-coordinate representation of color #C7B12C: hue angle of 51.48º 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 #C7B12C is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 44 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.22 |
| HSL | 51.48º | 0.64% | 0.48% | - |
| HSV(B) | 51.48º | 0.78% | 0.78% | - |
| XYZ | 39.73 | 43.77 | 8.74 | - |
| YUV | 168.42 | 57.79 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 44 | 0 | 0.11 | 0.78 | 0.22 | 51.48 | 0.64 | 0.48 |
| Hex | C7 | B1 | 2C | 0 | B | 4E | 16 | 33 | 40 | 30 |
| Octal | 307 | 261 | 54 | 0 | 13 | 116 | 26 | 63 | 100 | 60 |
| Binary | 11000111 | 10110001 | 101100 | 0 | 1011 | 1001110 | 10110 | 110011 | 1000000 | 110000 |
Color Harmonies of #C7B12C
Complementary color
Monochromatic Colors of #C7B12C
Black with #C7B12C
Text Example
Text Example
White with #C7B12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B12C; }
p { color: rgb(199,177,44); }
H1.HeaderClassName
{
color: #C7B12C;
}
.AnyTagClassName
{
color: #C7B12C;
}
</style>
background-color css
<style>
a { background-color: #C7B12C; }
a { background-color: rgb(199,177,44); }
div.DivClassName
{
background-color: #C7B12C;
}
.BgClassName
{
background-color: #C7B12C;
}
</style>
border-color css
<style>
span { border-color: #C7B12C; }
span { border-color: rgb(199,177,44); }
td.TdClassName
{
border-color: #C7B12C;
}
.TagClassName
{
border-color: #C7B12C;
}
</style>