Shades of Old Gold #C7B02C
Tints of Old Gold #C7B02C
RGB
CMYK
RGB Variations
Color information
#C7B02C (or 0xC7B02C) is known color: Old Gold. HEX triplet: C7, B0 and 2C. RGB value is (199,176,44). Sum of RGB (Red+Green+Blue) = 199+176+44=419 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.49% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 44 (17.58% from 255 or 10.50% from 419); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B02C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B02C is #384FD3. Grayscale: #A8A8A8. Windows color (decimal): -3690452 or 2928839. OLE color: 2928839.
HSL color Cylindrical-coordinate representation of color #C7B02C: hue angle of 51.1º 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 #C7B02C is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 44 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.22 |
| HSL | 51.1º | 0.64% | 0.48% | - |
| HSV(B) | 51.1º | 0.78% | 0.78% | - |
| XYZ | 39.53 | 43.37 | 8.67 | - |
| YUV | 167.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 44 | 0 | 0.12 | 0.78 | 0.22 | 51.1 | 0.64 | 0.48 |
| Hex | C7 | B0 | 2C | 0 | C | 4E | 16 | 33 | 40 | 30 |
| Octal | 307 | 260 | 54 | 0 | 14 | 116 | 26 | 63 | 100 | 60 |
| Binary | 11000111 | 10110000 | 101100 | 0 | 1100 | 1001110 | 10110 | 110011 | 1000000 | 110000 |
Color Harmonies of #C7B02C
Complementary color
Monochromatic Colors of #C7B02C
Black with #C7B02C
Text Example
Text Example
White with #C7B02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B02C; }
p { color: rgb(199,176,44); }
H1.HeaderClassName
{
color: #C7B02C;
}
.AnyTagClassName
{
color: #C7B02C;
}
</style>
background-color css
<style>
a { background-color: #C7B02C; }
a { background-color: rgb(199,176,44); }
div.DivClassName
{
background-color: #C7B02C;
}
.BgClassName
{
background-color: #C7B02C;
}
</style>
border-color css
<style>
span { border-color: #C7B02C; }
span { border-color: rgb(199,176,44); }
td.TdClassName
{
border-color: #C7B02C;
}
.TagClassName
{
border-color: #C7B02C;
}
</style>