Shades of Old Gold #C2BF35
Tints of Old Gold #C2BF35
RGB
CMYK
RGB Variations
Color information
#C2BF35 (or 0xC2BF35) is known color: Old Gold. HEX triplet: C2, BF and 35. RGB value is (194,191,53). Sum of RGB (Red+Green+Blue) = 194+191+53=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BF35 is #3D40CA. Grayscale: #B0B0B0. Windows color (decimal): -4014283 or 3522498. OLE color: 3522498.
HSL color Cylindrical-coordinate representation of color #C2BF35: hue angle of 58.72º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2BF35 is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 53 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.24 |
| HSL | 58.72º | 0.57% | 0.48% | - |
| HSV(B) | 58.72º | 0.73% | 0.76% | - |
| XYZ | 41.52 | 48.99 | 10.64 | - |
| YUV | 176.17 | 58.49 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 53 | 0 | 0.02 | 0.73 | 0.24 | 58.72 | 0.57 | 0.48 |
| Hex | C2 | BF | 35 | 0 | 2 | 49 | 18 | 3B | 39 | 30 |
| Octal | 302 | 277 | 65 | 0 | 2 | 111 | 30 | 73 | 71 | 60 |
| Binary | 11000010 | 10111111 | 110101 | 0 | 10 | 1001001 | 11000 | 111011 | 111001 | 110000 |
Color Harmonies of #C2BF35
Complementary color
Monochromatic Colors of #C2BF35
Black with #C2BF35
Text Example
Text Example
White with #C2BF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF35; }
p { color: rgb(194,191,53); }
H1.HeaderClassName
{
color: #C2BF35;
}
.AnyTagClassName
{
color: #C2BF35;
}
</style>
background-color css
<style>
a { background-color: #C2BF35; }
a { background-color: rgb(194,191,53); }
div.DivClassName
{
background-color: #C2BF35;
}
.BgClassName
{
background-color: #C2BF35;
}
</style>
border-color css
<style>
span { border-color: #C2BF35; }
span { border-color: rgb(194,191,53); }
td.TdClassName
{
border-color: #C2BF35;
}
.TagClassName
{
border-color: #C2BF35;
}
</style>