Shades of Old Gold #C8BC31
Tints of Old Gold #C8BC31
RGB
CMYK
RGB Variations
Color information
#C8BC31 (or 0xC8BC31) is known color: Old Gold. HEX triplet: C8, BC and 31. RGB value is (200,188,49). Sum of RGB (Red+Green+Blue) = 200+188+49=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC31 is #3743CE. Grayscale: #B0B0B0. Windows color (decimal): -3621839 or 3259592. OLE color: 3259592.
HSL color Cylindrical-coordinate representation of color #C8BC31: hue angle of 55.23º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8BC31 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 49 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.22 |
| HSL | 55.23º | 0.61% | 0.49% | - |
| HSV(B) | 55.23º | 0.76% | 0.78% | - |
| XYZ | 42.36 | 48.47 | 10.03 | - |
| YUV | 175.74 | 56.48 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 49 | 0 | 0.06 | 0.76 | 0.22 | 55.23 | 0.61 | 0.49 |
| Hex | C8 | BC | 31 | 0 | 6 | 4C | 16 | 37 | 3D | 31 |
| Octal | 310 | 274 | 61 | 0 | 6 | 114 | 26 | 67 | 75 | 61 |
| Binary | 11001000 | 10111100 | 110001 | 0 | 110 | 1001100 | 10110 | 110111 | 111101 | 110001 |
Color Harmonies of #C8BC31
Complementary color
Monochromatic Colors of #C8BC31
Black with #C8BC31
Text Example
Text Example
White with #C8BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BC31; }
p { color: rgb(200,188,49); }
H1.HeaderClassName
{
color: #C8BC31;
}
.AnyTagClassName
{
color: #C8BC31;
}
</style>
background-color css
<style>
a { background-color: #C8BC31; }
a { background-color: rgb(200,188,49); }
div.DivClassName
{
background-color: #C8BC31;
}
.BgClassName
{
background-color: #C8BC31;
}
</style>
border-color css
<style>
span { border-color: #C8BC31; }
span { border-color: rgb(200,188,49); }
td.TdClassName
{
border-color: #C8BC31;
}
.TagClassName
{
border-color: #C8BC31;
}
</style>