Shades of Old Gold #C6BB2C
Tints of Old Gold #C6BB2C
RGB
CMYK
RGB Variations
Color information
#C6BB2C (or 0xC6BB2C) is known color: Old Gold. HEX triplet: C6, BB and 2C. RGB value is (198,187,44). Sum of RGB (Red+Green+Blue) = 198+187+44=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 187 (73.44% from 255 or 43.59% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BB2C is #3944D3. Grayscale: #AEAEAE. Windows color (decimal): -3753172 or 2931654. OLE color: 2931654.
HSL color Cylindrical-coordinate representation of color #C6BB2C: hue angle of 55.71º 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 #C6BB2C is Cyan = 0, Magento = 0.06, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 44 | - |
| CMYK | 0 | 0.06 | 0.78 | 0.22 |
| HSL | 55.71º | 0.64% | 0.47% | - |
| HSV(B) | 55.71º | 0.78% | 0.78% | - |
| XYZ | 41.51 | 47.73 | 9.41 | - |
| YUV | 173.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 44 | 0 | 0.06 | 0.78 | 0.22 | 55.71 | 0.64 | 0.47 |
| Hex | C6 | BB | 2C | 0 | 6 | 4E | 16 | 38 | 40 | 2F |
| Octal | 306 | 273 | 54 | 0 | 6 | 116 | 26 | 70 | 100 | 57 |
| Binary | 11000110 | 10111011 | 101100 | 0 | 110 | 1001110 | 10110 | 111000 | 1000000 | 101111 |
Color Harmonies of #C6BB2C
Complementary color
Monochromatic Colors of #C6BB2C
Black with #C6BB2C
Text Example
Text Example
White with #C6BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BB2C; }
p { color: rgb(198,187,44); }
H1.HeaderClassName
{
color: #C6BB2C;
}
.AnyTagClassName
{
color: #C6BB2C;
}
</style>
background-color css
<style>
a { background-color: #C6BB2C; }
a { background-color: rgb(198,187,44); }
div.DivClassName
{
background-color: #C6BB2C;
}
.BgClassName
{
background-color: #C6BB2C;
}
</style>
border-color css
<style>
span { border-color: #C6BB2C; }
span { border-color: rgb(198,187,44); }
td.TdClassName
{
border-color: #C6BB2C;
}
.TagClassName
{
border-color: #C6BB2C;
}
</style>