Shades of Old Gold #C8BA37
Tints of Old Gold #C8BA37
RGB
CMYK
RGB Variations
Color information
#C8BA37 (or 0xC8BA37) is known color: Old Gold. HEX triplet: C8, BA and 37. RGB value is (200,186,55). Sum of RGB (Red+Green+Blue) = 200+186+55=441 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.35% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA37 is #3745C8. Grayscale: #AFAFAF. Windows color (decimal): -3622345 or 3652296. OLE color: 3652296.
HSL color Cylindrical-coordinate representation of color #C8BA37: hue angle of 54.21º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8BA37 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 186 | 55 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.22 |
| HSL | 54.21º | 0.57% | 0.5% | - |
| HSV(B) | 54.21º | 0.73% | 0.78% | - |
| XYZ | 42.07 | 47.67 | 10.6 | - |
| YUV | 175.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 186 | 55 | 0 | 0.07 | 0.72 | 0.22 | 54.21 | 0.57 | 0.5 |
| Hex | C8 | BA | 37 | 0 | 7 | 48 | 16 | 36 | 39 | 32 |
| Octal | 310 | 272 | 67 | 0 | 7 | 110 | 26 | 66 | 71 | 62 |
| Binary | 11001000 | 10111010 | 110111 | 0 | 111 | 1001000 | 10110 | 110110 | 111001 | 110010 |
Color Harmonies of #C8BA37
Complementary color
Monochromatic Colors of #C8BA37
Black with #C8BA37
Text Example
Text Example
White with #C8BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BA37; }
p { color: rgb(200,186,55); }
H1.HeaderClassName
{
color: #C8BA37;
}
.AnyTagClassName
{
color: #C8BA37;
}
</style>
background-color css
<style>
a { background-color: #C8BA37; }
a { background-color: rgb(200,186,55); }
div.DivClassName
{
background-color: #C8BA37;
}
.BgClassName
{
background-color: #C8BA37;
}
</style>
border-color css
<style>
span { border-color: #C8BA37; }
span { border-color: rgb(200,186,55); }
td.TdClassName
{
border-color: #C8BA37;
}
.TagClassName
{
border-color: #C8BA37;
}
</style>