Shades of Old Gold #C8BC47
Tints of Old Gold #C8BC47
RGB
CMYK
RGB Variations
Color information
#C8BC47 (or 0xC8BC47) is known color: Old Gold. HEX triplet: C8, BC and 47. RGB value is (200,188,71). Sum of RGB (Red+Green+Blue) = 200+188+71=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 71 (28.12% from 255 or 15.47% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC47 is #3743B8. Grayscale: #B2B2B2. Windows color (decimal): -3621817 or 4701384. OLE color: 4701384.
HSL color Cylindrical-coordinate representation of color #C8BC47: hue angle of 54.42º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8BC47 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 71 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.22 |
| HSL | 54.42º | 0.54% | 0.53% | - |
| HSV(B) | 54.42º | 0.65% | 0.78% | - |
| XYZ | 42.94 | 48.7 | 13.1 | - |
| YUV | 178.25 | 67.48 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 71 | 0 | 0.06 | 0.64 | 0.22 | 54.42 | 0.54 | 0.53 |
| Hex | C8 | BC | 47 | 0 | 6 | 40 | 16 | 36 | 36 | 35 |
| Octal | 310 | 274 | 107 | 0 | 6 | 100 | 26 | 66 | 66 | 65 |
| Binary | 11001000 | 10111100 | 1000111 | 0 | 110 | 1000000 | 10110 | 110110 | 110110 | 110101 |
Color Harmonies of #C8BC47
Complementary color
Monochromatic Colors of #C8BC47
Black with #C8BC47
Text Example
Text Example
White with #C8BC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC47; }
p { color: rgb(200,188,71); }
H1.HeaderClassName
{
color: #C8BC47;
}
.AnyTagClassName
{
color: #C8BC47;
}
</style>
background-color css
<style>
a { background-color: #C8BC47; }
a { background-color: rgb(200,188,71); }
div.DivClassName
{
background-color: #C8BC47;
}
.BgClassName
{
background-color: #C8BC47;
}
</style>
border-color css
<style>
span { border-color: #C8BC47; }
span { border-color: rgb(200,188,71); }
td.TdClassName
{
border-color: #C8BC47;
}
.TagClassName
{
border-color: #C8BC47;
}
</style>