Shades of Old Gold #C2BF3F
Tints of Old Gold #C2BF3F
RGB
CMYK
RGB Variations
Color information
#C2BF3F (or 0xC2BF3F) is known color: Old Gold. HEX triplet: C2, BF and 3F. RGB value is (194,191,63). Sum of RGB (Red+Green+Blue) = 194+191+63=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 191 (75% from 255 or 42.63% from 448); Blue value is 63 (25% from 255 or 14.06% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF3F is #3D40C0. Grayscale: #B1B1B1. Windows color (decimal): -4014273 or 4177858. OLE color: 4177858.
HSL color Cylindrical-coordinate representation of color #C2BF3F: hue angle of 58.63º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2BF3F is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 63 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.24 |
| HSL | 58.63º | 0.52% | 0.5% | - |
| HSV(B) | 58.63º | 0.68% | 0.76% | - |
| XYZ | 41.78 | 49.09 | 11.98 | - |
| YUV | 177.31 | 63.49 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 63 | 0 | 0.02 | 0.68 | 0.24 | 58.63 | 0.52 | 0.5 |
| Hex | C2 | BF | 3F | 0 | 2 | 44 | 18 | 3B | 34 | 32 |
| Octal | 302 | 277 | 77 | 0 | 2 | 104 | 30 | 73 | 64 | 62 |
| Binary | 11000010 | 10111111 | 111111 | 0 | 10 | 1000100 | 11000 | 111011 | 110100 | 110010 |
Color Harmonies of #C2BF3F
Complementary color
Monochromatic Colors of #C2BF3F
Black with #C2BF3F
Text Example
Text Example
White with #C2BF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF3F; }
p { color: rgb(194,191,63); }
H1.HeaderClassName
{
color: #C2BF3F;
}
.AnyTagClassName
{
color: #C2BF3F;
}
</style>
background-color css
<style>
a { background-color: #C2BF3F; }
a { background-color: rgb(194,191,63); }
div.DivClassName
{
background-color: #C2BF3F;
}
.BgClassName
{
background-color: #C2BF3F;
}
</style>
border-color css
<style>
span { border-color: #C2BF3F; }
span { border-color: rgb(194,191,63); }
td.TdClassName
{
border-color: #C2BF3F;
}
.TagClassName
{
border-color: #C2BF3F;
}
</style>