Shades of Old Gold #CEBA45
Tints of Old Gold #CEBA45
RGB
CMYK
RGB Variations
Color information
#CEBA45 (or 0xCEBA45) is known color: Old Gold. HEX triplet: CE, BA and 45. RGB value is (206,186,69). Sum of RGB (Red+Green+Blue) = 206+186+69=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 186 (73.05% from 255 or 40.35% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA45 is #3145BA. Grayscale: #B3B3B3. Windows color (decimal): -3229115 or 4569806. OLE color: 4569806.
HSL color Cylindrical-coordinate representation of color #CEBA45: hue angle of 51.24º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEBA45 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 69 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.19 |
| HSL | 51.24º | 0.58% | 0.54% | - |
| HSV(B) | 51.24º | 0.67% | 0.81% | - |
| XYZ | 44.09 | 48.67 | 12.7 | - |
| YUV | 178.64 | 66.13 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 69 | 0 | 0.10 | 0.67 | 0.19 | 51.24 | 0.58 | 0.54 |
| Hex | CE | BA | 45 | 0 | A | 43 | 13 | 33 | 3A | 36 |
| Octal | 316 | 272 | 105 | 0 | 12 | 103 | 23 | 63 | 72 | 66 |
| Binary | 11001110 | 10111010 | 1000101 | 0 | 1010 | 1000011 | 10011 | 110011 | 111010 | 110110 |
Color Harmonies of #CEBA45
Complementary color
Monochromatic Colors of #CEBA45
Black with #CEBA45
Text Example
Text Example
White with #CEBA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA45; }
p { color: rgb(206,186,69); }
H1.HeaderClassName
{
color: #CEBA45;
}
.AnyTagClassName
{
color: #CEBA45;
}
</style>
background-color css
<style>
a { background-color: #CEBA45; }
a { background-color: rgb(206,186,69); }
div.DivClassName
{
background-color: #CEBA45;
}
.BgClassName
{
background-color: #CEBA45;
}
</style>
border-color css
<style>
span { border-color: #CEBA45; }
span { border-color: rgb(206,186,69); }
td.TdClassName
{
border-color: #CEBA45;
}
.TagClassName
{
border-color: #CEBA45;
}
</style>