Shades of Old Gold #C6BA32
Tints of Old Gold #C6BA32
RGB
CMYK
RGB Variations
Color information
#C6BA32 (or 0xC6BA32) is known color: Old Gold. HEX triplet: C6, BA and 32. RGB value is (198,186,50). Sum of RGB (Red+Green+Blue) = 198+186+50=434 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.62% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BA32 is #3945CD. Grayscale: #AEAEAE. Windows color (decimal): -3753422 or 3324614. OLE color: 3324614.
HSL color Cylindrical-coordinate representation of color #C6BA32: hue angle of 55.14º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C6BA32 is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 186 | 50 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.22 |
| HSL | 55.14º | 0.6% | 0.49% | - |
| HSV(B) | 55.14º | 0.75% | 0.78% | - |
| XYZ | 41.42 | 47.35 | 9.97 | - |
| YUV | 174.08 | 57.98 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 186 | 50 | 0 | 0.06 | 0.75 | 0.22 | 55.14 | 0.6 | 0.49 |
| Hex | C6 | BA | 32 | 0 | 6 | 4B | 16 | 37 | 3C | 31 |
| Octal | 306 | 272 | 62 | 0 | 6 | 113 | 26 | 67 | 74 | 61 |
| Binary | 11000110 | 10111010 | 110010 | 0 | 110 | 1001011 | 10110 | 110111 | 111100 | 110001 |
Color Harmonies of #C6BA32
Complementary color
Monochromatic Colors of #C6BA32
Black with #C6BA32
Text Example
Text Example
White with #C6BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BA32; }
p { color: rgb(198,186,50); }
H1.HeaderClassName
{
color: #C6BA32;
}
.AnyTagClassName
{
color: #C6BA32;
}
</style>
background-color css
<style>
a { background-color: #C6BA32; }
a { background-color: rgb(198,186,50); }
div.DivClassName
{
background-color: #C6BA32;
}
.BgClassName
{
background-color: #C6BA32;
}
</style>
border-color css
<style>
span { border-color: #C6BA32; }
span { border-color: rgb(198,186,50); }
td.TdClassName
{
border-color: #C6BA32;
}
.TagClassName
{
border-color: #C6BA32;
}
</style>