Shades of Old Gold #C0BA3D
Tints of Old Gold #C0BA3D
RGB
CMYK
RGB Variations
Color information
#C0BA3D (or 0xC0BA3D) is known color: Old Gold. HEX triplet: C0, BA and 3D. RGB value is (192,186,61). Sum of RGB (Red+Green+Blue) = 192+186+61=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 61 (24.22% from 255 or 13.90% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0BA3D is #3F45C2. Grayscale: #AEAEAE. Windows color (decimal): -4146627 or 4045504. OLE color: 4045504.
HSL color Cylindrical-coordinate representation of color #C0BA3D: hue angle of 57.25º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C0BA3D is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 186 | 61 | - |
| CMYK | 0 | 0.03 | 0.68 | 0.25 |
| HSL | 57.25º | 0.52% | 0.5% | - |
| HSV(B) | 57.25º | 0.68% | 0.75% | - |
| XYZ | 40.14 | 46.66 | 11.31 | - |
| YUV | 173.54 | 64.49 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 186 | 61 | 0 | 0.03 | 0.68 | 0.25 | 57.25 | 0.52 | 0.5 |
| Hex | C0 | BA | 3D | 0 | 3 | 44 | 19 | 39 | 34 | 32 |
| Octal | 300 | 272 | 75 | 0 | 3 | 104 | 31 | 71 | 64 | 62 |
| Binary | 11000000 | 10111010 | 111101 | 0 | 11 | 1000100 | 11001 | 111001 | 110100 | 110010 |
Color Harmonies of #C0BA3D
Complementary color
Monochromatic Colors of #C0BA3D
Black with #C0BA3D
Text Example
Text Example
White with #C0BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BA3D; }
p { color: rgb(192,186,61); }
H1.HeaderClassName
{
color: #C0BA3D;
}
.AnyTagClassName
{
color: #C0BA3D;
}
</style>
background-color css
<style>
a { background-color: #C0BA3D; }
a { background-color: rgb(192,186,61); }
div.DivClassName
{
background-color: #C0BA3D;
}
.BgClassName
{
background-color: #C0BA3D;
}
</style>
border-color css
<style>
span { border-color: #C0BA3D; }
span { border-color: rgb(192,186,61); }
td.TdClassName
{
border-color: #C0BA3D;
}
.TagClassName
{
border-color: #C0BA3D;
}
</style>