Shades of Old Gold #C6BC34
Tints of Old Gold #C6BC34
RGB
CMYK
RGB Variations
Color information
#C6BC34 (or 0xC6BC34) is known color: Old Gold. HEX triplet: C6, BC and 34. RGB value is (198,188,52). Sum of RGB (Red+Green+Blue) = 198+188+52=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BC34 is #3943CB. Grayscale: #B0B0B0. Windows color (decimal): -3752908 or 3456198. OLE color: 3456198.
HSL color Cylindrical-coordinate representation of color #C6BC34: hue angle of 55.89º degrees, saturation: 0.58, 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 #C6BC34 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 188 | 52 | - |
| CMYK | 0 | 0.05 | 0.74 | 0.22 |
| HSL | 55.89º | 0.58% | 0.49% | - |
| HSV(B) | 55.89º | 0.74% | 0.78% | - |
| XYZ | 41.89 | 48.22 | 10.35 | - |
| YUV | 175.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 188 | 52 | 0 | 0.05 | 0.74 | 0.22 | 55.89 | 0.58 | 0.49 |
| Hex | C6 | BC | 34 | 0 | 5 | 4A | 16 | 38 | 3A | 31 |
| Octal | 306 | 274 | 64 | 0 | 5 | 112 | 26 | 70 | 72 | 61 |
| Binary | 11000110 | 10111100 | 110100 | 0 | 101 | 1001010 | 10110 | 111000 | 111010 | 110001 |
Color Harmonies of #C6BC34
Complementary color
Monochromatic Colors of #C6BC34
Black with #C6BC34
Text Example
Text Example
White with #C6BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BC34; }
p { color: rgb(198,188,52); }
H1.HeaderClassName
{
color: #C6BC34;
}
.AnyTagClassName
{
color: #C6BC34;
}
</style>
background-color css
<style>
a { background-color: #C6BC34; }
a { background-color: rgb(198,188,52); }
div.DivClassName
{
background-color: #C6BC34;
}
.BgClassName
{
background-color: #C6BC34;
}
</style>
border-color css
<style>
span { border-color: #C6BC34; }
span { border-color: rgb(198,188,52); }
td.TdClassName
{
border-color: #C6BC34;
}
.TagClassName
{
border-color: #C6BC34;
}
</style>