Shades of Old Gold #C7BE31
Tints of Old Gold #C7BE31
RGB
CMYK
RGB Variations
Color information
#C7BE31 (or 0xC7BE31) is known color: Old Gold. HEX triplet: C7, BE and 31. RGB value is (199,190,49). Sum of RGB (Red+Green+Blue) = 199+190+49=438 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.43% from 438); Green value is 190 (74.61% from 255 or 43.38% from 438); Blue value is 49 (19.53% from 255 or 11.19% from 438); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE31 is #3841CE. Grayscale: #B1B1B1. Windows color (decimal): -3686863 or 3260103. OLE color: 3260103.
HSL color Cylindrical-coordinate representation of color #C7BE31: hue angle of 56.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7BE31 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 49 | - |
| CMYK | 0 | 0.05 | 0.75 | 0.22 |
| HSL | 56.4º | 0.6% | 0.49% | - |
| HSV(B) | 56.4º | 0.75% | 0.78% | - |
| XYZ | 42.52 | 49.19 | 10.16 | - |
| YUV | 176.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 49 | 0 | 0.05 | 0.75 | 0.22 | 56.4 | 0.6 | 0.49 |
| Hex | C7 | BE | 31 | 0 | 5 | 4B | 16 | 38 | 3C | 31 |
| Octal | 307 | 276 | 61 | 0 | 5 | 113 | 26 | 70 | 74 | 61 |
| Binary | 11000111 | 10111110 | 110001 | 0 | 101 | 1001011 | 10110 | 111000 | 111100 | 110001 |
Color Harmonies of #C7BE31
Complementary color
Monochromatic Colors of #C7BE31
Black with #C7BE31
Text Example
Text Example
White with #C7BE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BE31; }
p { color: rgb(199,190,49); }
H1.HeaderClassName
{
color: #C7BE31;
}
.AnyTagClassName
{
color: #C7BE31;
}
</style>
background-color css
<style>
a { background-color: #C7BE31; }
a { background-color: rgb(199,190,49); }
div.DivClassName
{
background-color: #C7BE31;
}
.BgClassName
{
background-color: #C7BE31;
}
</style>
border-color css
<style>
span { border-color: #C7BE31; }
span { border-color: rgb(199,190,49); }
td.TdClassName
{
border-color: #C7BE31;
}
.TagClassName
{
border-color: #C7BE31;
}
</style>