Shades of Old Gold #C7B03C
Tints of Old Gold #C7B03C
RGB
CMYK
RGB Variations
Color information
#C7B03C (or 0xC7B03C) is known color: Old Gold. HEX triplet: C7, B0 and 3C. RGB value is (199,176,60). Sum of RGB (Red+Green+Blue) = 199+176+60=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B03C is #384FC3. Grayscale: #AAAAAA. Windows color (decimal): -3690436 or 3977415. OLE color: 3977415.
HSL color Cylindrical-coordinate representation of color #C7B03C: hue angle of 50.07º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C7B03C is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 60 | - |
| CMYK | 0 | 0.12 | 0.70 | 0.22 |
| HSL | 50.07º | 0.55% | 0.51% | - |
| HSV(B) | 50.07º | 0.7% | 0.78% | - |
| XYZ | 39.89 | 43.52 | 10.57 | - |
| YUV | 169.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 60 | 0 | 0.12 | 0.70 | 0.22 | 50.07 | 0.55 | 0.51 |
| Hex | C7 | B0 | 3C | 0 | C | 46 | 16 | 32 | 37 | 33 |
| Octal | 307 | 260 | 74 | 0 | 14 | 106 | 26 | 62 | 67 | 63 |
| Binary | 11000111 | 10110000 | 111100 | 0 | 1100 | 1000110 | 10110 | 110010 | 110111 | 110011 |
Color Harmonies of #C7B03C
Complementary color
Monochromatic Colors of #C7B03C
Black with #C7B03C
Text Example
Text Example
White with #C7B03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B03C; }
p { color: rgb(199,176,60); }
H1.HeaderClassName
{
color: #C7B03C;
}
.AnyTagClassName
{
color: #C7B03C;
}
</style>
background-color css
<style>
a { background-color: #C7B03C; }
a { background-color: rgb(199,176,60); }
div.DivClassName
{
background-color: #C7B03C;
}
.BgClassName
{
background-color: #C7B03C;
}
</style>
border-color css
<style>
span { border-color: #C7B03C; }
span { border-color: rgb(199,176,60); }
td.TdClassName
{
border-color: #C7B03C;
}
.TagClassName
{
border-color: #C7B03C;
}
</style>