Shades of Old Gold #C7B12F
Tints of Old Gold #C7B12F
RGB
CMYK
RGB Variations
Color information
#C7B12F (or 0xC7B12F) is known color: Old Gold. HEX triplet: C7, B1 and 2F. RGB value is (199,177,47). Sum of RGB (Red+Green+Blue) = 199+177+47=423 (56% of max value = 765). Red value is 199 (78.12% from 255 or 47.04% from 423); Green value is 177 (69.53% from 255 or 41.84% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B12F is #384ED0. Grayscale: #A9A9A9. Windows color (decimal): -3690193 or 3125703. OLE color: 3125703.
HSL color Cylindrical-coordinate representation of color #C7B12F: hue angle of 51.32º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C7B12F is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 177 | 47 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.22 |
| HSL | 51.32º | 0.62% | 0.48% | - |
| HSV(B) | 51.32º | 0.76% | 0.78% | - |
| XYZ | 39.79 | 43.79 | 9.04 | - |
| YUV | 168.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 177 | 47 | 0 | 0.11 | 0.76 | 0.22 | 51.32 | 0.62 | 0.48 |
| Hex | C7 | B1 | 2F | 0 | B | 4C | 16 | 33 | 3E | 30 |
| Octal | 307 | 261 | 57 | 0 | 13 | 114 | 26 | 63 | 76 | 60 |
| Binary | 11000111 | 10110001 | 101111 | 0 | 1011 | 1001100 | 10110 | 110011 | 111110 | 110000 |
Color Harmonies of #C7B12F
Complementary color
Monochromatic Colors of #C7B12F
Black with #C7B12F
Text Example
Text Example
White with #C7B12F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B12F; }
p { color: rgb(199,177,47); }
H1.HeaderClassName
{
color: #C7B12F;
}
.AnyTagClassName
{
color: #C7B12F;
}
</style>
background-color css
<style>
a { background-color: #C7B12F; }
a { background-color: rgb(199,177,47); }
div.DivClassName
{
background-color: #C7B12F;
}
.BgClassName
{
background-color: #C7B12F;
}
</style>
border-color css
<style>
span { border-color: #C7B12F; }
span { border-color: rgb(199,177,47); }
td.TdClassName
{
border-color: #C7B12F;
}
.TagClassName
{
border-color: #C7B12F;
}
</style>