Shades of Old Gold #C2BF3A
Tints of Old Gold #C2BF3A
RGB
CMYK
RGB Variations
Color information
#C2BF3A (or 0xC2BF3A) is known color: Old Gold. HEX triplet: C2, BF and 3A. RGB value is (194,191,58). Sum of RGB (Red+Green+Blue) = 194+191+58=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 191 (75% from 255 or 43.12% from 443); Blue value is 58 (23.05% from 255 or 13.09% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF3A is #3D40C5. Grayscale: #B1B1B1. Windows color (decimal): -4014278 or 3850178. OLE color: 3850178.
HSL color Cylindrical-coordinate representation of color #C2BF3A: hue angle of 58.68º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C2BF3A is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 58 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.24 |
| HSL | 58.68º | 0.54% | 0.49% | - |
| HSV(B) | 58.68º | 0.7% | 0.76% | - |
| XYZ | 41.64 | 49.04 | 11.27 | - |
| YUV | 176.74 | 60.99 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 58 | 0 | 0.02 | 0.70 | 0.24 | 58.68 | 0.54 | 0.49 |
| Hex | C2 | BF | 3A | 0 | 2 | 46 | 18 | 3B | 36 | 31 |
| Octal | 302 | 277 | 72 | 0 | 2 | 106 | 30 | 73 | 66 | 61 |
| Binary | 11000010 | 10111111 | 111010 | 0 | 10 | 1000110 | 11000 | 111011 | 110110 | 110001 |
Color Harmonies of #C2BF3A
Complementary color
Monochromatic Colors of #C2BF3A
Black with #C2BF3A
Text Example
Text Example
White with #C2BF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF3A; }
p { color: rgb(194,191,58); }
H1.HeaderClassName
{
color: #C2BF3A;
}
.AnyTagClassName
{
color: #C2BF3A;
}
</style>
background-color css
<style>
a { background-color: #C2BF3A; }
a { background-color: rgb(194,191,58); }
div.DivClassName
{
background-color: #C2BF3A;
}
.BgClassName
{
background-color: #C2BF3A;
}
</style>
border-color css
<style>
span { border-color: #C2BF3A; }
span { border-color: rgb(194,191,58); }
td.TdClassName
{
border-color: #C2BF3A;
}
.TagClassName
{
border-color: #C2BF3A;
}
</style>