Shades of Old Gold #CEB949
Tints of Old Gold #CEB949
RGB
CMYK
RGB Variations
Color information
#CEB949 (or 0xCEB949) is known color: Old Gold. HEX triplet: CE, B9 and 49. RGB value is (206,185,73). Sum of RGB (Red+Green+Blue) = 206+185+73=464 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.40% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 73 (28.91% from 255 or 15.73% from 464); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB949 is #3146B6. Grayscale: #B2B2B2. Windows color (decimal): -3229367 or 4831694. OLE color: 4831694.
HSL color Cylindrical-coordinate representation of color #CEB949: hue angle of 50.53º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEB949 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 73 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.19 |
| HSL | 50.53º | 0.58% | 0.55% | - |
| HSV(B) | 50.53º | 0.65% | 0.81% | - |
| XYZ | 44.01 | 48.3 | 13.31 | - |
| YUV | 178.51 | 68.46 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 73 | 0 | 0.10 | 0.65 | 0.19 | 50.53 | 0.58 | 0.55 |
| Hex | CE | B9 | 49 | 0 | A | 41 | 13 | 33 | 3A | 37 |
| Octal | 316 | 271 | 111 | 0 | 12 | 101 | 23 | 63 | 72 | 67 |
| Binary | 11001110 | 10111001 | 1001001 | 0 | 1010 | 1000001 | 10011 | 110011 | 111010 | 110111 |
Color Harmonies of #CEB949
Complementary color
Monochromatic Colors of #CEB949
Black with #CEB949
Text Example
Text Example
White with #CEB949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB949; }
p { color: rgb(206,185,73); }
H1.HeaderClassName
{
color: #CEB949;
}
.AnyTagClassName
{
color: #CEB949;
}
</style>
background-color css
<style>
a { background-color: #CEB949; }
a { background-color: rgb(206,185,73); }
div.DivClassName
{
background-color: #CEB949;
}
.BgClassName
{
background-color: #CEB949;
}
</style>
border-color css
<style>
span { border-color: #CEB949; }
span { border-color: rgb(206,185,73); }
td.TdClassName
{
border-color: #CEB949;
}
.TagClassName
{
border-color: #CEB949;
}
</style>