Shades of Old Gold #CEB046
Tints of Old Gold #CEB046
RGB
CMYK
RGB Variations
Color information
#CEB046 (or 0xCEB046) is known color: Old Gold. HEX triplet: CE, B0 and 46. RGB value is (206,176,70). Sum of RGB (Red+Green+Blue) = 206+176+70=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB046 is #314FB9. Grayscale: #ADADAD. Windows color (decimal): -3231674 or 4632782. OLE color: 4632782.
HSL color Cylindrical-coordinate representation of color #CEB046: hue angle of 46.76º 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 #CEB046 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 70 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.19 |
| HSL | 46.76º | 0.58% | 0.54% | - |
| HSV(B) | 46.76º | 0.66% | 0.81% | - |
| XYZ | 42.08 | 44.61 | 12.19 | - |
| YUV | 172.89 | 69.94 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 70 | 0 | 0.15 | 0.66 | 0.19 | 46.76 | 0.58 | 0.54 |
| Hex | CE | B0 | 46 | 0 | F | 42 | 13 | 2F | 3A | 36 |
| Octal | 316 | 260 | 106 | 0 | 17 | 102 | 23 | 57 | 72 | 66 |
| Binary | 11001110 | 10110000 | 1000110 | 0 | 1111 | 1000010 | 10011 | 101111 | 111010 | 110110 |
Color Harmonies of #CEB046
Complementary color
Monochromatic Colors of #CEB046
Black with #CEB046
Text Example
Text Example
White with #CEB046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB046; }
p { color: rgb(206,176,70); }
H1.HeaderClassName
{
color: #CEB046;
}
.AnyTagClassName
{
color: #CEB046;
}
</style>
background-color css
<style>
a { background-color: #CEB046; }
a { background-color: rgb(206,176,70); }
div.DivClassName
{
background-color: #CEB046;
}
.BgClassName
{
background-color: #CEB046;
}
</style>
border-color css
<style>
span { border-color: #CEB046; }
span { border-color: rgb(206,176,70); }
td.TdClassName
{
border-color: #CEB046;
}
.TagClassName
{
border-color: #CEB046;
}
</style>