Shades of Old Gold #C8B931
Tints of Old Gold #C8B931
RGB
CMYK
RGB Variations
Color information
#C8B931 (or 0xC8B931) is known color: Old Gold. HEX triplet: C8, B9 and 31. RGB value is (200,185,49). Sum of RGB (Red+Green+Blue) = 200+185+49=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B931 is #3746CE. Grayscale: #AEAEAE. Windows color (decimal): -3622607 or 3258824. OLE color: 3258824.
HSL color Cylindrical-coordinate representation of color #C8B931: hue angle of 54.04º 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 #C8B931 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 185 | 49 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.22 |
| HSL | 54.04º | 0.61% | 0.49% | - |
| HSV(B) | 54.04º | 0.76% | 0.78% | - |
| XYZ | 41.72 | 47.2 | 9.82 | - |
| YUV | 173.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 185 | 49 | 0 | 0.08 | 0.76 | 0.22 | 54.04 | 0.61 | 0.49 |
| Hex | C8 | B9 | 31 | 0 | 8 | 4C | 16 | 36 | 3D | 31 |
| Octal | 310 | 271 | 61 | 0 | 10 | 114 | 26 | 66 | 75 | 61 |
| Binary | 11001000 | 10111001 | 110001 | 0 | 1000 | 1001100 | 10110 | 110110 | 111101 | 110001 |
Color Harmonies of #C8B931
Complementary color
Monochromatic Colors of #C8B931
Black with #C8B931
Text Example
Text Example
White with #C8B931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B931; }
p { color: rgb(200,185,49); }
H1.HeaderClassName
{
color: #C8B931;
}
.AnyTagClassName
{
color: #C8B931;
}
</style>
background-color css
<style>
a { background-color: #C8B931; }
a { background-color: rgb(200,185,49); }
div.DivClassName
{
background-color: #C8B931;
}
.BgClassName
{
background-color: #C8B931;
}
</style>
border-color css
<style>
span { border-color: #C8B931; }
span { border-color: rgb(200,185,49); }
td.TdClassName
{
border-color: #C8B931;
}
.TagClassName
{
border-color: #C8B931;
}
</style>