Shades of Old Gold #C0B73D
Tints of Old Gold #C0B73D
RGB
CMYK
RGB Variations
Color information
#C0B73D (or 0xC0B73D) is known color: Old Gold. HEX triplet: C0, B7 and 3D. RGB value is (192,183,61). Sum of RGB (Red+Green+Blue) = 192+183+61=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B73D is #3F48C2. Grayscale: #ACACAC. Windows color (decimal): -4147395 or 4044736. OLE color: 4044736.
HSL color Cylindrical-coordinate representation of color #C0B73D: hue angle of 55.88º 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 #C0B73D is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 183 | 61 | - |
| CMYK | 0 | 0.05 | 0.68 | 0.25 |
| HSL | 55.88º | 0.52% | 0.5% | - |
| HSV(B) | 55.88º | 0.68% | 0.75% | - |
| XYZ | 39.51 | 45.41 | 11.1 | - |
| YUV | 171.78 | 65.48 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 183 | 61 | 0 | 0.05 | 0.68 | 0.25 | 55.88 | 0.52 | 0.5 |
| Hex | C0 | B7 | 3D | 0 | 5 | 44 | 19 | 38 | 34 | 32 |
| Octal | 300 | 267 | 75 | 0 | 5 | 104 | 31 | 70 | 64 | 62 |
| Binary | 11000000 | 10110111 | 111101 | 0 | 101 | 1000100 | 11001 | 111000 | 110100 | 110010 |
Color Harmonies of #C0B73D
Complementary color
Monochromatic Colors of #C0B73D
Black with #C0B73D
Text Example
Text Example
White with #C0B73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B73D; }
p { color: rgb(192,183,61); }
H1.HeaderClassName
{
color: #C0B73D;
}
.AnyTagClassName
{
color: #C0B73D;
}
</style>
background-color css
<style>
a { background-color: #C0B73D; }
a { background-color: rgb(192,183,61); }
div.DivClassName
{
background-color: #C0B73D;
}
.BgClassName
{
background-color: #C0B73D;
}
</style>
border-color css
<style>
span { border-color: #C0B73D; }
span { border-color: rgb(192,183,61); }
td.TdClassName
{
border-color: #C0B73D;
}
.TagClassName
{
border-color: #C0B73D;
}
</style>