Shades of Old Gold #C6BB4A
Tints of Old Gold #C6BB4A
RGB
CMYK
RGB Variations
Color information
#C6BB4A (or 0xC6BB4A) is known color: Old Gold. HEX triplet: C6, BB and 4A. RGB value is (198,187,74). Sum of RGB (Red+Green+Blue) = 198+187+74=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 74 (29.30% from 255 or 16.12% from 459); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BB4A is #3944B5. Grayscale: #B1B1B1. Windows color (decimal): -3753142 or 4897734. OLE color: 4897734.
HSL color Cylindrical-coordinate representation of color #C6BB4A: hue angle of 54.68º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C6BB4A is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 187 | 74 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.22 |
| HSL | 54.68º | 0.52% | 0.53% | - |
| HSV(B) | 54.68º | 0.63% | 0.78% | - |
| XYZ | 42.3 | 48.04 | 13.52 | - |
| YUV | 177.41 | 69.64 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 187 | 74 | 0 | 0.06 | 0.63 | 0.22 | 54.68 | 0.52 | 0.53 |
| Hex | C6 | BB | 4A | 0 | 6 | 3F | 16 | 37 | 34 | 35 |
| Octal | 306 | 273 | 112 | 0 | 6 | 77 | 26 | 67 | 64 | 65 |
| Binary | 11000110 | 10111011 | 1001010 | 0 | 110 | 111111 | 10110 | 110111 | 110100 | 110101 |
Color Harmonies of #C6BB4A
Complementary color
Monochromatic Colors of #C6BB4A
Black with #C6BB4A
Text Example
Text Example
White with #C6BB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BB4A; }
p { color: rgb(198,187,74); }
H1.HeaderClassName
{
color: #C6BB4A;
}
.AnyTagClassName
{
color: #C6BB4A;
}
</style>
background-color css
<style>
a { background-color: #C6BB4A; }
a { background-color: rgb(198,187,74); }
div.DivClassName
{
background-color: #C6BB4A;
}
.BgClassName
{
background-color: #C6BB4A;
}
</style>
border-color css
<style>
span { border-color: #C6BB4A; }
span { border-color: rgb(198,187,74); }
td.TdClassName
{
border-color: #C6BB4A;
}
.TagClassName
{
border-color: #C6BB4A;
}
</style>