Shades of Old Gold #C7BC34
Tints of Old Gold #C7BC34
RGB
CMYK
RGB Variations
Color information
#C7BC34 (or 0xC7BC34) is known color: Old Gold. HEX triplet: C7, BC and 34. RGB value is (199,188,52). Sum of RGB (Red+Green+Blue) = 199+188+52=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C7BC34 is #3843CB. Grayscale: #B0B0B0. Windows color (decimal): -3687372 or 3456199. OLE color: 3456199.
HSL color Cylindrical-coordinate representation of color #C7BC34: hue angle of 55.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C7BC34 is Cyan = 0, Magento = 0.06, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 188 | 52 | - |
| CMYK | 0 | 0.06 | 0.74 | 0.22 |
| HSL | 55.51º | 0.59% | 0.49% | - |
| HSV(B) | 55.51º | 0.74% | 0.78% | - |
| XYZ | 42.16 | 48.36 | 10.36 | - |
| YUV | 175.79 | 58.14 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 188 | 52 | 0 | 0.06 | 0.74 | 0.22 | 55.51 | 0.59 | 0.49 |
| Hex | C7 | BC | 34 | 0 | 6 | 4A | 16 | 38 | 3B | 31 |
| Octal | 307 | 274 | 64 | 0 | 6 | 112 | 26 | 70 | 73 | 61 |
| Binary | 11000111 | 10111100 | 110100 | 0 | 110 | 1001010 | 10110 | 111000 | 111011 | 110001 |
Color Harmonies of #C7BC34
Complementary color
Monochromatic Colors of #C7BC34
Black with #C7BC34
Text Example
Text Example
White with #C7BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7BC34; }
p { color: rgb(199,188,52); }
H1.HeaderClassName
{
color: #C7BC34;
}
.AnyTagClassName
{
color: #C7BC34;
}
</style>
background-color css
<style>
a { background-color: #C7BC34; }
a { background-color: rgb(199,188,52); }
div.DivClassName
{
background-color: #C7BC34;
}
.BgClassName
{
background-color: #C7BC34;
}
</style>
border-color css
<style>
span { border-color: #C7BC34; }
span { border-color: rgb(199,188,52); }
td.TdClassName
{
border-color: #C7BC34;
}
.TagClassName
{
border-color: #C7BC34;
}
</style>