Shades of Old Gold #C7B038
Tints of Old Gold #C7B038
RGB
CMYK
RGB Variations
Color information
#C7B038 (or 0xC7B038) is known color: Old Gold. HEX triplet: C7, B0 and 38. RGB value is (199,176,56). Sum of RGB (Red+Green+Blue) = 199+176+56=431 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.17% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B038 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7B038 is #384FC7. Grayscale: #A9A9A9. Windows color (decimal): -3690440 or 3715271. OLE color: 3715271.
HSL color Cylindrical-coordinate representation of color #C7B038: hue angle of 50.35º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7B038 is Cyan = 0, Magento = 0.12, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 176 | 56 | - |
| CMYK | 0 | 0.12 | 0.72 | 0.22 |
| HSL | 50.35º | 0.56% | 0.5% | - |
| HSV(B) | 50.35º | 0.72% | 0.78% | - |
| XYZ | 39.79 | 43.48 | 10.04 | - |
| YUV | 169.2 | 64.12 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 176 | 56 | 0 | 0.12 | 0.72 | 0.22 | 50.35 | 0.56 | 0.5 |
| Hex | C7 | B0 | 38 | 0 | C | 48 | 16 | 32 | 38 | 32 |
| Octal | 307 | 260 | 70 | 0 | 14 | 110 | 26 | 62 | 70 | 62 |
| Binary | 11000111 | 10110000 | 111000 | 0 | 1100 | 1001000 | 10110 | 110010 | 111000 | 110010 |
Color Harmonies of #C7B038
Complementary color
Monochromatic Colors of #C7B038
Black with #C7B038
Text Example
Text Example
White with #C7B038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B038; }
p { color: rgb(199,176,56); }
H1.HeaderClassName
{
color: #C7B038;
}
.AnyTagClassName
{
color: #C7B038;
}
</style>
background-color css
<style>
a { background-color: #C7B038; }
a { background-color: rgb(199,176,56); }
div.DivClassName
{
background-color: #C7B038;
}
.BgClassName
{
background-color: #C7B038;
}
</style>
border-color css
<style>
span { border-color: #C7B038; }
span { border-color: rgb(199,176,56); }
td.TdClassName
{
border-color: #C7B038;
}
.TagClassName
{
border-color: #C7B038;
}
</style>