Shades of Old Gold #C8B831
Tints of Old Gold #C8B831
RGB
CMYK
RGB Variations
Color information
#C8B831 (or 0xC8B831) is known color: Old Gold. HEX triplet: C8, B8 and 31. RGB value is (200,184,49). Sum of RGB (Red+Green+Blue) = 200+184+49=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B831 is #3747CE. Grayscale: #ADADAD. Windows color (decimal): -3622863 or 3258568. OLE color: 3258568.
HSL color Cylindrical-coordinate representation of color #C8B831: hue angle of 53.64º 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 #C8B831 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 184 | 49 | - |
| CMYK | 0 | 0.08 | 0.76 | 0.22 |
| HSL | 53.64º | 0.61% | 0.49% | - |
| HSV(B) | 53.64º | 0.76% | 0.78% | - |
| XYZ | 41.51 | 46.78 | 9.75 | - |
| YUV | 173.39 | 57.8 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 184 | 49 | 0 | 0.08 | 0.76 | 0.22 | 53.64 | 0.61 | 0.49 |
| Hex | C8 | B8 | 31 | 0 | 8 | 4C | 16 | 36 | 3D | 31 |
| Octal | 310 | 270 | 61 | 0 | 10 | 114 | 26 | 66 | 75 | 61 |
| Binary | 11001000 | 10111000 | 110001 | 0 | 1000 | 1001100 | 10110 | 110110 | 111101 | 110001 |
Color Harmonies of #C8B831
Complementary color
Monochromatic Colors of #C8B831
Black with #C8B831
Text Example
Text Example
White with #C8B831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B831; }
p { color: rgb(200,184,49); }
H1.HeaderClassName
{
color: #C8B831;
}
.AnyTagClassName
{
color: #C8B831;
}
</style>
background-color css
<style>
a { background-color: #C8B831; }
a { background-color: rgb(200,184,49); }
div.DivClassName
{
background-color: #C8B831;
}
.BgClassName
{
background-color: #C8B831;
}
</style>
border-color css
<style>
span { border-color: #C8B831; }
span { border-color: rgb(200,184,49); }
td.TdClassName
{
border-color: #C8B831;
}
.TagClassName
{
border-color: #C8B831;
}
</style>