Shades of Old Gold #C7BE4A
Tints of Old Gold #C7BE4A
RGB
CMYK
RGB Variations
Color information
#C7BE4A (or 0xC7BE4A) is known color: Old Gold. HEX triplet: C7, BE and 4A. RGB value is (199,190,74). Sum of RGB (Red+Green+Blue) = 199+190+74=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 190 (74.61% from 255 or 41.04% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BE4A is #3841B5. Grayscale: #B3B3B3. Windows color (decimal): -3686838 or 4898503. OLE color: 4898503.
HSL color Cylindrical-coordinate representation of color #C7BE4A: hue angle of 55.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C7BE4A is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 190 | 74 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.22 |
| HSL | 55.68º | 0.53% | 0.54% | - |
| HSV(B) | 55.68º | 0.63% | 0.78% | - |
| XYZ | 43.2 | 49.46 | 13.75 | - |
| YUV | 179.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 190 | 74 | 0 | 0.05 | 0.63 | 0.22 | 55.68 | 0.53 | 0.54 |
| Hex | C7 | BE | 4A | 0 | 5 | 3F | 16 | 38 | 35 | 36 |
| Octal | 307 | 276 | 112 | 0 | 5 | 77 | 26 | 70 | 65 | 66 |
| Binary | 11000111 | 10111110 | 1001010 | 0 | 101 | 111111 | 10110 | 111000 | 110101 | 110110 |
Color Harmonies of #C7BE4A
Complementary color
Monochromatic Colors of #C7BE4A
Black with #C7BE4A
Text Example
Text Example
White with #C7BE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BE4A; }
p { color: rgb(199,190,74); }
H1.HeaderClassName
{
color: #C7BE4A;
}
.AnyTagClassName
{
color: #C7BE4A;
}
</style>
background-color css
<style>
a { background-color: #C7BE4A; }
a { background-color: rgb(199,190,74); }
div.DivClassName
{
background-color: #C7BE4A;
}
.BgClassName
{
background-color: #C7BE4A;
}
</style>
border-color css
<style>
span { border-color: #C7BE4A; }
span { border-color: rgb(199,190,74); }
td.TdClassName
{
border-color: #C7BE4A;
}
.TagClassName
{
border-color: #C7BE4A;
}
</style>