Shades of Old Gold #C0B843
Tints of Old Gold #C0B843
RGB
CMYK
RGB Variations
Color information
#C0B843 (or 0xC0B843) is known color: Old Gold. HEX triplet: C0, B8 and 43. RGB value is (192,184,67). Sum of RGB (Red+Green+Blue) = 192+184+67=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 67 (26.56% from 255 or 15.12% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B843 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B843 is #3F47BC. Grayscale: #ADADAD. Windows color (decimal): -4147133 or 4438208. OLE color: 4438208.
HSL color Cylindrical-coordinate representation of color #C0B843: hue angle of 56.16º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0B843 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 184 | 67 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.25 |
| HSL | 56.16º | 0.5% | 0.51% | - |
| HSV(B) | 56.16º | 0.65% | 0.75% | - |
| XYZ | 39.89 | 45.89 | 12.07 | - |
| YUV | 173.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 184 | 67 | 0 | 0.04 | 0.65 | 0.25 | 56.16 | 0.5 | 0.51 |
| Hex | C0 | B8 | 43 | 0 | 4 | 41 | 19 | 38 | 32 | 33 |
| Octal | 300 | 270 | 103 | 0 | 4 | 101 | 31 | 70 | 62 | 63 |
| Binary | 11000000 | 10111000 | 1000011 | 0 | 100 | 1000001 | 11001 | 111000 | 110010 | 110011 |
Color Harmonies of #C0B843
Complementary color
Monochromatic Colors of #C0B843
Black with #C0B843
Text Example
Text Example
White with #C0B843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B843; }
p { color: rgb(192,184,67); }
H1.HeaderClassName
{
color: #C0B843;
}
.AnyTagClassName
{
color: #C0B843;
}
</style>
background-color css
<style>
a { background-color: #C0B843; }
a { background-color: rgb(192,184,67); }
div.DivClassName
{
background-color: #C0B843;
}
.BgClassName
{
background-color: #C0B843;
}
</style>
border-color css
<style>
span { border-color: #C0B843; }
span { border-color: rgb(192,184,67); }
td.TdClassName
{
border-color: #C0B843;
}
.TagClassName
{
border-color: #C0B843;
}
</style>