Shades of Old Gold #C8BC38
Tints of Old Gold #C8BC38
RGB
CMYK
RGB Variations
Color information
#C8BC38 (or 0xC8BC38) is known color: Old Gold. HEX triplet: C8, BC and 38. RGB value is (200,188,56). Sum of RGB (Red+Green+Blue) = 200+188+56=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 56 (22.27% from 255 or 12.61% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC38 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC38 is #3743C7. Grayscale: #B1B1B1. Windows color (decimal): -3621832 or 3718344. OLE color: 3718344.
HSL color Cylindrical-coordinate representation of color #C8BC38: hue angle of 55º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C8BC38 is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 56 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.22 |
| HSL | 55º | 0.57% | 0.5% | - |
| HSV(B) | 55º | 0.72% | 0.78% | - |
| XYZ | 42.52 | 48.53 | 10.87 | - |
| YUV | 176.54 | 59.98 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 56 | 0 | 0.06 | 0.72 | 0.22 | 55 | 0.57 | 0.5 |
| Hex | C8 | BC | 38 | 0 | 6 | 48 | 16 | 37 | 39 | 32 |
| Octal | 310 | 274 | 70 | 0 | 6 | 110 | 26 | 67 | 71 | 62 |
| Binary | 11001000 | 10111100 | 111000 | 0 | 110 | 1001000 | 10110 | 110111 | 111001 | 110010 |
Color Harmonies of #C8BC38
Complementary color
Monochromatic Colors of #C8BC38
Black with #C8BC38
Text Example
Text Example
White with #C8BC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC38; }
p { color: rgb(200,188,56); }
H1.HeaderClassName
{
color: #C8BC38;
}
.AnyTagClassName
{
color: #C8BC38;
}
</style>
background-color css
<style>
a { background-color: #C8BC38; }
a { background-color: rgb(200,188,56); }
div.DivClassName
{
background-color: #C8BC38;
}
.BgClassName
{
background-color: #C8BC38;
}
</style>
border-color css
<style>
span { border-color: #C8BC38; }
span { border-color: rgb(200,188,56); }
td.TdClassName
{
border-color: #C8BC38;
}
.TagClassName
{
border-color: #C8BC38;
}
</style>