Shades of Old Gold #CEB547
Tints of Old Gold #CEB547
RGB
CMYK
RGB Variations
Color information
#CEB547 (or 0xCEB547) is known color: Old Gold. HEX triplet: CE, B5 and 47. RGB value is (206,181,71). Sum of RGB (Red+Green+Blue) = 206+181+71=458 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.98% from 458); Green value is 181 (71.09% from 255 or 39.52% from 458); Blue value is 71 (28.12% from 255 or 15.50% from 458); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB547 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB547 is #314AB8. Grayscale: #B0B0B0. Windows color (decimal): -3230393 or 4699598. OLE color: 4699598.
HSL color Cylindrical-coordinate representation of color #CEB547: hue angle of 48.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CEB547 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 71 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.19 |
| HSL | 48.89º | 0.58% | 0.54% | - |
| HSV(B) | 48.89º | 0.66% | 0.81% | - |
| XYZ | 43.11 | 46.62 | 12.69 | - |
| YUV | 175.94 | 68.78 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 71 | 0 | 0.12 | 0.66 | 0.19 | 48.89 | 0.58 | 0.54 |
| Hex | CE | B5 | 47 | 0 | C | 42 | 13 | 31 | 3A | 36 |
| Octal | 316 | 265 | 107 | 0 | 14 | 102 | 23 | 61 | 72 | 66 |
| Binary | 11001110 | 10110101 | 1000111 | 0 | 1100 | 1000010 | 10011 | 110001 | 111010 | 110110 |
Color Harmonies of #CEB547
Complementary color
Monochromatic Colors of #CEB547
Black with #CEB547
Text Example
Text Example
White with #CEB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB547; }
p { color: rgb(206,181,71); }
H1.HeaderClassName
{
color: #CEB547;
}
.AnyTagClassName
{
color: #CEB547;
}
</style>
background-color css
<style>
a { background-color: #CEB547; }
a { background-color: rgb(206,181,71); }
div.DivClassName
{
background-color: #CEB547;
}
.BgClassName
{
background-color: #CEB547;
}
</style>
border-color css
<style>
span { border-color: #CEB547; }
span { border-color: rgb(206,181,71); }
td.TdClassName
{
border-color: #CEB547;
}
.TagClassName
{
border-color: #CEB547;
}
</style>