Shades of Old Gold #CEB938
Tints of Old Gold #CEB938
RGB
CMYK
RGB Variations
Color information
#CEB938 (or 0xCEB938) is known color: Old Gold. HEX triplet: CE, B9 and 38. RGB value is (206,185,56). Sum of RGB (Red+Green+Blue) = 206+185+56=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 56 (22.27% from 255 or 12.53% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB938 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB938 is #3146C7. Grayscale: #B1B1B1. Windows color (decimal): -3229384 or 3717582. OLE color: 3717582.
HSL color Cylindrical-coordinate representation of color #CEB938: hue angle of 51.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEB938 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 56 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.19 |
| HSL | 51.6º | 0.6% | 0.51% | - |
| HSV(B) | 51.6º | 0.73% | 0.81% | - |
| XYZ | 43.52 | 48.11 | 10.73 | - |
| YUV | 176.57 | 59.96 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 56 | 0 | 0.10 | 0.73 | 0.19 | 51.6 | 0.6 | 0.51 |
| Hex | CE | B9 | 38 | 0 | A | 49 | 13 | 34 | 3C | 33 |
| Octal | 316 | 271 | 70 | 0 | 12 | 111 | 23 | 64 | 74 | 63 |
| Binary | 11001110 | 10111001 | 111000 | 0 | 1010 | 1001001 | 10011 | 110100 | 111100 | 110011 |
Color Harmonies of #CEB938
Complementary color
Monochromatic Colors of #CEB938
Black with #CEB938
Text Example
Text Example
White with #CEB938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB938; }
p { color: rgb(206,185,56); }
H1.HeaderClassName
{
color: #CEB938;
}
.AnyTagClassName
{
color: #CEB938;
}
</style>
background-color css
<style>
a { background-color: #CEB938; }
a { background-color: rgb(206,185,56); }
div.DivClassName
{
background-color: #CEB938;
}
.BgClassName
{
background-color: #CEB938;
}
</style>
border-color css
<style>
span { border-color: #CEB938; }
span { border-color: rgb(206,185,56); }
td.TdClassName
{
border-color: #CEB938;
}
.TagClassName
{
border-color: #CEB938;
}
</style>