Shades of Old Gold #C7BC4B
Tints of Old Gold #C7BC4B
RGB
CMYK
RGB Variations
Color information
#C7BC4B (or 0xC7BC4B) is known color: Old Gold. HEX triplet: C7, BC and 4B. RGB value is (199,188,75). Sum of RGB (Red+Green+Blue) = 199+188+75=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 188 (73.83% from 255 or 40.69% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC4B is #3843B4. Grayscale: #B2B2B2. Windows color (decimal): -3687349 or 4963527. OLE color: 4963527.
HSL color Cylindrical-coordinate representation of color #C7BC4B: hue angle of 54.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C7BC4B is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 75 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.22 |
| HSL | 54.68º | 0.53% | 0.54% | - |
| HSV(B) | 54.68º | 0.62% | 0.78% | - |
| XYZ | 42.81 | 48.62 | 13.78 | - |
| YUV | 178.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 75 | 0 | 0.06 | 0.62 | 0.22 | 54.68 | 0.53 | 0.54 |
| Hex | C7 | BC | 4B | 0 | 6 | 3E | 16 | 37 | 35 | 36 |
| Octal | 307 | 274 | 113 | 0 | 6 | 76 | 26 | 67 | 65 | 66 |
| Binary | 11000111 | 10111100 | 1001011 | 0 | 110 | 111110 | 10110 | 110111 | 110101 | 110110 |
Color Harmonies of #C7BC4B
Complementary color
Monochromatic Colors of #C7BC4B
Black with #C7BC4B
Text Example
Text Example
White with #C7BC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC4B; }
p { color: rgb(199,188,75); }
H1.HeaderClassName
{
color: #C7BC4B;
}
.AnyTagClassName
{
color: #C7BC4B;
}
</style>
background-color css
<style>
a { background-color: #C7BC4B; }
a { background-color: rgb(199,188,75); }
div.DivClassName
{
background-color: #C7BC4B;
}
.BgClassName
{
background-color: #C7BC4B;
}
</style>
border-color css
<style>
span { border-color: #C7BC4B; }
span { border-color: rgb(199,188,75); }
td.TdClassName
{
border-color: #C7BC4B;
}
.TagClassName
{
border-color: #C7BC4B;
}
</style>