Shades of Old Gold #CEB138
Tints of Old Gold #CEB138
RGB
CMYK
RGB Variations
Color information
#CEB138 (or 0xCEB138) is known color: Old Gold. HEX triplet: CE, B1 and 38. RGB value is (206,177,56). Sum of RGB (Red+Green+Blue) = 206+177+56=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 56 (22.27% from 255 or 12.76% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB138 is #314EC7. Grayscale: #ACACAC. Windows color (decimal): -3231432 or 3715534. OLE color: 3715534.
HSL color Cylindrical-coordinate representation of color #CEB138: hue angle of 48.4º 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 #CEB138 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 177 | 56 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.19 |
| HSL | 48.4º | 0.6% | 0.51% | - |
| HSV(B) | 48.4º | 0.73% | 0.81% | - |
| XYZ | 41.89 | 44.85 | 10.19 | - |
| YUV | 171.88 | 62.61 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 177 | 56 | 0 | 0.14 | 0.73 | 0.19 | 48.4 | 0.6 | 0.51 |
| Hex | CE | B1 | 38 | 0 | E | 49 | 13 | 30 | 3C | 33 |
| Octal | 316 | 261 | 70 | 0 | 16 | 111 | 23 | 60 | 74 | 63 |
| Binary | 11001110 | 10110001 | 111000 | 0 | 1110 | 1001001 | 10011 | 110000 | 111100 | 110011 |
Color Harmonies of #CEB138
Complementary color
Monochromatic Colors of #CEB138
Black with #CEB138
Text Example
Text Example
White with #CEB138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB138; }
p { color: rgb(206,177,56); }
H1.HeaderClassName
{
color: #CEB138;
}
.AnyTagClassName
{
color: #CEB138;
}
</style>
background-color css
<style>
a { background-color: #CEB138; }
a { background-color: rgb(206,177,56); }
div.DivClassName
{
background-color: #CEB138;
}
.BgClassName
{
background-color: #CEB138;
}
</style>
border-color css
<style>
span { border-color: #CEB138; }
span { border-color: rgb(206,177,56); }
td.TdClassName
{
border-color: #CEB138;
}
.TagClassName
{
border-color: #CEB138;
}
</style>