Shades of Old Gold #CEB931
Tints of Old Gold #CEB931
RGB
CMYK
RGB Variations
Color information
#CEB931 (or 0xCEB931) is known color: Old Gold. HEX triplet: CE, B9 and 31. RGB value is (206,185,49). Sum of RGB (Red+Green+Blue) = 206+185+49=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 49 (19.53% from 255 or 11.14% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB931 is #3146CE. Grayscale: #B0B0B0. Windows color (decimal): -3229391 or 3258830. OLE color: 3258830.
HSL color Cylindrical-coordinate representation of color #CEB931: hue angle of 51.97º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEB931 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 49 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.19 |
| HSL | 51.97º | 0.62% | 0.5% | - |
| HSV(B) | 51.97º | 0.76% | 0.81% | - |
| XYZ | 43.36 | 48.04 | 9.89 | - |
| YUV | 175.78 | 56.46 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 49 | 0 | 0.10 | 0.76 | 0.19 | 51.97 | 0.62 | 0.5 |
| Hex | CE | B9 | 31 | 0 | A | 4C | 13 | 34 | 3E | 32 |
| Octal | 316 | 271 | 61 | 0 | 12 | 114 | 23 | 64 | 76 | 62 |
| Binary | 11001110 | 10111001 | 110001 | 0 | 1010 | 1001100 | 10011 | 110100 | 111110 | 110010 |
Color Harmonies of #CEB931
Complementary color
Monochromatic Colors of #CEB931
Black with #CEB931
Text Example
Text Example
White with #CEB931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB931; }
p { color: rgb(206,185,49); }
H1.HeaderClassName
{
color: #CEB931;
}
.AnyTagClassName
{
color: #CEB931;
}
</style>
background-color css
<style>
a { background-color: #CEB931; }
a { background-color: rgb(206,185,49); }
div.DivClassName
{
background-color: #CEB931;
}
.BgClassName
{
background-color: #CEB931;
}
</style>
border-color css
<style>
span { border-color: #CEB931; }
span { border-color: rgb(206,185,49); }
td.TdClassName
{
border-color: #CEB931;
}
.TagClassName
{
border-color: #CEB931;
}
</style>