Shades of Old Gold #CEB346
Tints of Old Gold #CEB346
RGB
CMYK
RGB Variations
Color information
#CEB346 (or 0xCEB346) is known color: Old Gold. HEX triplet: CE, B3 and 46. RGB value is (206,179,70). Sum of RGB (Red+Green+Blue) = 206+179+70=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 179 (70.31% from 255 or 39.34% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB346 is #314CB9. Grayscale: #AFAFAF. Windows color (decimal): -3230906 or 4633550. OLE color: 4633550.
HSL color Cylindrical-coordinate representation of color #CEB346: hue angle of 48.09º 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 #CEB346 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 70 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.19 |
| HSL | 48.09º | 0.58% | 0.54% | - |
| HSV(B) | 48.09º | 0.66% | 0.81% | - |
| XYZ | 42.68 | 45.8 | 12.39 | - |
| YUV | 174.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 70 | 0 | 0.13 | 0.66 | 0.19 | 48.09 | 0.58 | 0.54 |
| Hex | CE | B3 | 46 | 0 | D | 42 | 13 | 30 | 3A | 36 |
| Octal | 316 | 263 | 106 | 0 | 15 | 102 | 23 | 60 | 72 | 66 |
| Binary | 11001110 | 10110011 | 1000110 | 0 | 1101 | 1000010 | 10011 | 110000 | 111010 | 110110 |
Color Harmonies of #CEB346
Complementary color
Monochromatic Colors of #CEB346
Black with #CEB346
Text Example
Text Example
White with #CEB346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB346; }
p { color: rgb(206,179,70); }
H1.HeaderClassName
{
color: #CEB346;
}
.AnyTagClassName
{
color: #CEB346;
}
</style>
background-color css
<style>
a { background-color: #CEB346; }
a { background-color: rgb(206,179,70); }
div.DivClassName
{
background-color: #CEB346;
}
.BgClassName
{
background-color: #CEB346;
}
</style>
border-color css
<style>
span { border-color: #CEB346; }
span { border-color: rgb(206,179,70); }
td.TdClassName
{
border-color: #CEB346;
}
.TagClassName
{
border-color: #CEB346;
}
</style>