Shades of Old Gold #C2BC3D
Tints of Old Gold #C2BC3D
RGB
CMYK
RGB Variations
Color information
#C2BC3D (or 0xC2BC3D) is known color: Old Gold. HEX triplet: C2, BC and 3D. RGB value is (194,188,61). Sum of RGB (Red+Green+Blue) = 194+188+61=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 61 (24.22% from 255 or 13.77% from 443); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2BC3D is #3D43C2. Grayscale: #AFAFAF. Windows color (decimal): -4015043 or 4046018. OLE color: 4046018.
HSL color Cylindrical-coordinate representation of color #C2BC3D: hue angle of 57.29º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C2BC3D is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 61 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.24 |
| HSL | 57.29º | 0.52% | 0.5% | - |
| HSV(B) | 57.29º | 0.69% | 0.76% | - |
| XYZ | 41.07 | 47.77 | 11.47 | - |
| YUV | 175.32 | 63.49 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 61 | 0 | 0.03 | 0.69 | 0.24 | 57.29 | 0.52 | 0.5 |
| Hex | C2 | BC | 3D | 0 | 3 | 45 | 18 | 39 | 34 | 32 |
| Octal | 302 | 274 | 75 | 0 | 3 | 105 | 30 | 71 | 64 | 62 |
| Binary | 11000010 | 10111100 | 111101 | 0 | 11 | 1000101 | 11000 | 111001 | 110100 | 110010 |
Color Harmonies of #C2BC3D
Complementary color
Monochromatic Colors of #C2BC3D
Black with #C2BC3D
Text Example
Text Example
White with #C2BC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BC3D; }
p { color: rgb(194,188,61); }
H1.HeaderClassName
{
color: #C2BC3D;
}
.AnyTagClassName
{
color: #C2BC3D;
}
</style>
background-color css
<style>
a { background-color: #C2BC3D; }
a { background-color: rgb(194,188,61); }
div.DivClassName
{
background-color: #C2BC3D;
}
.BgClassName
{
background-color: #C2BC3D;
}
</style>
border-color css
<style>
span { border-color: #C2BC3D; }
span { border-color: rgb(194,188,61); }
td.TdClassName
{
border-color: #C2BC3D;
}
.TagClassName
{
border-color: #C2BC3D;
}
</style>