Shades of Old Gold #C7BD2E
Tints of Old Gold #C7BD2E
RGB
CMYK
RGB Variations
Color information
#C7BD2E (or 0xC7BD2E) is known color: Old Gold. HEX triplet: C7, BD and 2E. RGB value is (199,189,46). Sum of RGB (Red+Green+Blue) = 199+189+46=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 189 (74.22% from 255 or 43.55% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BD2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BD2E is #3842D1. Grayscale: #B0B0B0. Windows color (decimal): -3687122 or 3063239. OLE color: 3063239.
HSL color Cylindrical-coordinate representation of color #C7BD2E: hue angle of 56.08º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7BD2E is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 189 | 46 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.22 |
| HSL | 56.08º | 0.62% | 0.48% | - |
| HSV(B) | 56.08º | 0.77% | 0.78% | - |
| XYZ | 42.24 | 48.73 | 9.76 | - |
| YUV | 175.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 189 | 46 | 0 | 0.05 | 0.77 | 0.22 | 56.08 | 0.62 | 0.48 |
| Hex | C7 | BD | 2E | 0 | 5 | 4D | 16 | 38 | 3E | 30 |
| Octal | 307 | 275 | 56 | 0 | 5 | 115 | 26 | 70 | 76 | 60 |
| Binary | 11000111 | 10111101 | 101110 | 0 | 101 | 1001101 | 10110 | 111000 | 111110 | 110000 |
Color Harmonies of #C7BD2E
Complementary color
Monochromatic Colors of #C7BD2E
Black with #C7BD2E
Text Example
Text Example
White with #C7BD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BD2E; }
p { color: rgb(199,189,46); }
H1.HeaderClassName
{
color: #C7BD2E;
}
.AnyTagClassName
{
color: #C7BD2E;
}
</style>
background-color css
<style>
a { background-color: #C7BD2E; }
a { background-color: rgb(199,189,46); }
div.DivClassName
{
background-color: #C7BD2E;
}
.BgClassName
{
background-color: #C7BD2E;
}
</style>
border-color css
<style>
span { border-color: #C7BD2E; }
span { border-color: rgb(199,189,46); }
td.TdClassName
{
border-color: #C7BD2E;
}
.TagClassName
{
border-color: #C7BD2E;
}
</style>