Shades of Old Gold #C6BA2B
Tints of Old Gold #C6BA2B
RGB
CMYK
RGB Variations
Color information
#C6BA2B (or 0xC6BA2B) is known color: Old Gold. HEX triplet: C6, BA and 2B. RGB value is (198,186,43). Sum of RGB (Red+Green+Blue) = 198+186+43=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 186 (73.05% from 255 or 43.56% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA2B is #3945D4. Grayscale: #ADADAD. Windows color (decimal): -3753429 or 2865862. OLE color: 2865862.
HSL color Cylindrical-coordinate representation of color #C6BA2B: hue angle of 55.35º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6BA2B is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 43 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.22 |
| HSL | 55.35º | 0.64% | 0.47% | - |
| HSV(B) | 55.35º | 0.78% | 0.78% | - |
| XYZ | 41.28 | 47.3 | 9.24 | - |
| YUV | 173.29 | 54.48 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 43 | 0 | 0.06 | 0.78 | 0.22 | 55.35 | 0.64 | 0.47 |
| Hex | C6 | BA | 2B | 0 | 6 | 4E | 16 | 37 | 40 | 2F |
| Octal | 306 | 272 | 53 | 0 | 6 | 116 | 26 | 67 | 100 | 57 |
| Binary | 11000110 | 10111010 | 101011 | 0 | 110 | 1001110 | 10110 | 110111 | 1000000 | 101111 |
Color Harmonies of #C6BA2B
Complementary color
Monochromatic Colors of #C6BA2B
Black with #C6BA2B
Text Example
Text Example
White with #C6BA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA2B; }
p { color: rgb(198,186,43); }
H1.HeaderClassName
{
color: #C6BA2B;
}
.AnyTagClassName
{
color: #C6BA2B;
}
</style>
background-color css
<style>
a { background-color: #C6BA2B; }
a { background-color: rgb(198,186,43); }
div.DivClassName
{
background-color: #C6BA2B;
}
.BgClassName
{
background-color: #C6BA2B;
}
</style>
border-color css
<style>
span { border-color: #C6BA2B; }
span { border-color: rgb(198,186,43); }
td.TdClassName
{
border-color: #C6BA2B;
}
.TagClassName
{
border-color: #C6BA2B;
}
</style>