Shades of Old Gold #C6BF3A
Tints of Old Gold #C6BF3A
RGB
CMYK
RGB Variations
Color information
#C6BF3A (or 0xC6BF3A) is known color: Old Gold. HEX triplet: C6, BF and 3A. RGB value is (198,191,58). Sum of RGB (Red+Green+Blue) = 198+191+58=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 58 (23.05% from 255 or 12.98% from 447); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6BF3A is #3940C5. Grayscale: #B2B2B2. Windows color (decimal): -3752134 or 3850182. OLE color: 3850182.
HSL color Cylindrical-coordinate representation of color #C6BF3A: hue angle of 57º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6BF3A is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 191 | 58 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.22 |
| HSL | 57º | 0.55% | 0.5% | - |
| HSV(B) | 57º | 0.71% | 0.78% | - |
| XYZ | 42.68 | 49.57 | 11.32 | - |
| YUV | 177.93 | 60.32 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 191 | 58 | 0 | 0.04 | 0.71 | 0.22 | 57 | 0.55 | 0.5 |
| Hex | C6 | BF | 3A | 0 | 4 | 47 | 16 | 39 | 37 | 32 |
| Octal | 306 | 277 | 72 | 0 | 4 | 107 | 26 | 71 | 67 | 62 |
| Binary | 11000110 | 10111111 | 111010 | 0 | 100 | 1000111 | 10110 | 111001 | 110111 | 110010 |
Color Harmonies of #C6BF3A
Complementary color
Monochromatic Colors of #C6BF3A
Black with #C6BF3A
Text Example
Text Example
White with #C6BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BF3A; }
p { color: rgb(198,191,58); }
H1.HeaderClassName
{
color: #C6BF3A;
}
.AnyTagClassName
{
color: #C6BF3A;
}
</style>
background-color css
<style>
a { background-color: #C6BF3A; }
a { background-color: rgb(198,191,58); }
div.DivClassName
{
background-color: #C6BF3A;
}
.BgClassName
{
background-color: #C6BF3A;
}
</style>
border-color css
<style>
span { border-color: #C6BF3A; }
span { border-color: rgb(198,191,58); }
td.TdClassName
{
border-color: #C6BF3A;
}
.TagClassName
{
border-color: #C6BF3A;
}
</style>