Shades of Old Gold #CEB746
Tints of Old Gold #CEB746
RGB
CMYK
RGB Variations
Color information
#CEB746 (or 0xCEB746) is known color: Old Gold. HEX triplet: CE, B7 and 46. RGB value is (206,183,70). Sum of RGB (Red+Green+Blue) = 206+183+70=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 183 (71.88% from 255 or 39.87% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB746 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB746 is #3148B9. Grayscale: #B1B1B1. Windows color (decimal): -3229882 or 4634574. OLE color: 4634574.
HSL color Cylindrical-coordinate representation of color #CEB746: hue angle of 49.85º 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 #CEB746 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 70 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.19 |
| HSL | 49.85º | 0.58% | 0.54% | - |
| HSV(B) | 49.85º | 0.66% | 0.81% | - |
| XYZ | 43.49 | 47.43 | 12.66 | - |
| YUV | 177 | 67.62 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 70 | 0 | 0.11 | 0.66 | 0.19 | 49.85 | 0.58 | 0.54 |
| Hex | CE | B7 | 46 | 0 | B | 42 | 13 | 32 | 3A | 36 |
| Octal | 316 | 267 | 106 | 0 | 13 | 102 | 23 | 62 | 72 | 66 |
| Binary | 11001110 | 10110111 | 1000110 | 0 | 1011 | 1000010 | 10011 | 110010 | 111010 | 110110 |
Color Harmonies of #CEB746
Complementary color
Monochromatic Colors of #CEB746
Black with #CEB746
Text Example
Text Example
White with #CEB746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB746; }
p { color: rgb(206,183,70); }
H1.HeaderClassName
{
color: #CEB746;
}
.AnyTagClassName
{
color: #CEB746;
}
</style>
background-color css
<style>
a { background-color: #CEB746; }
a { background-color: rgb(206,183,70); }
div.DivClassName
{
background-color: #CEB746;
}
.BgClassName
{
background-color: #CEB746;
}
</style>
border-color css
<style>
span { border-color: #CEB746; }
span { border-color: rgb(206,183,70); }
td.TdClassName
{
border-color: #CEB746;
}
.TagClassName
{
border-color: #CEB746;
}
</style>