Shades of Old Gold #C2BF31
Tints of Old Gold #C2BF31
RGB
CMYK
RGB Variations
Color information
#C2BF31 (or 0xC2BF31) is known color: Old Gold. HEX triplet: C2, BF and 31. RGB value is (194,191,49). Sum of RGB (Red+Green+Blue) = 194+191+49=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF31 is #3D40CE. Grayscale: #B0B0B0. Windows color (decimal): -4014287 or 3260354. OLE color: 3260354.
HSL color Cylindrical-coordinate representation of color #C2BF31: hue angle of 58.76º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2BF31 is Cyan = 0, Magento = 0.02, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 49 | - |
| CMYK | 0 | 0.02 | 0.75 | 0.24 |
| HSL | 58.76º | 0.6% | 0.48% | - |
| HSV(B) | 58.76º | 0.75% | 0.76% | - |
| XYZ | 41.43 | 48.95 | 10.17 | - |
| YUV | 175.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 49 | 0 | 0.02 | 0.75 | 0.24 | 58.76 | 0.6 | 0.48 |
| Hex | C2 | BF | 31 | 0 | 2 | 4B | 18 | 3B | 3C | 30 |
| Octal | 302 | 277 | 61 | 0 | 2 | 113 | 30 | 73 | 74 | 60 |
| Binary | 11000010 | 10111111 | 110001 | 0 | 10 | 1001011 | 11000 | 111011 | 111100 | 110000 |
Color Harmonies of #C2BF31
Complementary color
Monochromatic Colors of #C2BF31
Black with #C2BF31
Text Example
Text Example
White with #C2BF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF31; }
p { color: rgb(194,191,49); }
H1.HeaderClassName
{
color: #C2BF31;
}
.AnyTagClassName
{
color: #C2BF31;
}
</style>
background-color css
<style>
a { background-color: #C2BF31; }
a { background-color: rgb(194,191,49); }
div.DivClassName
{
background-color: #C2BF31;
}
.BgClassName
{
background-color: #C2BF31;
}
</style>
border-color css
<style>
span { border-color: #C2BF31; }
span { border-color: rgb(194,191,49); }
td.TdClassName
{
border-color: #C2BF31;
}
.TagClassName
{
border-color: #C2BF31;
}
</style>