Shades of Old Gold #CEBA4D
Tints of Old Gold #CEBA4D
RGB
CMYK
RGB Variations
Color information
#CEBA4D (or 0xCEBA4D) is known color: Old Gold. HEX triplet: CE, BA and 4D. RGB value is (206,186,77). Sum of RGB (Red+Green+Blue) = 206+186+77=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 77 (30.47% from 255 or 16.42% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBA4D is #3145B2. Grayscale: #B4B4B4. Windows color (decimal): -3229107 or 5094094. OLE color: 5094094.
HSL color Cylindrical-coordinate representation of color #CEBA4D: hue angle of 50.7º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CEBA4D is Cyan = 0, Magento = 0.10, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 77 | - |
| CMYK | 0 | 0.10 | 0.63 | 0.19 |
| HSL | 50.7º | 0.57% | 0.55% | - |
| HSV(B) | 50.7º | 0.63% | 0.81% | - |
| XYZ | 44.35 | 48.78 | 14.1 | - |
| YUV | 179.55 | 70.13 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 77 | 0 | 0.10 | 0.63 | 0.19 | 50.7 | 0.57 | 0.55 |
| Hex | CE | BA | 4D | 0 | A | 3F | 13 | 33 | 39 | 37 |
| Octal | 316 | 272 | 115 | 0 | 12 | 77 | 23 | 63 | 71 | 67 |
| Binary | 11001110 | 10111010 | 1001101 | 0 | 1010 | 111111 | 10011 | 110011 | 111001 | 110111 |
Color Harmonies of #CEBA4D
Complementary color
Monochromatic Colors of #CEBA4D
Black with #CEBA4D
Text Example
Text Example
White with #CEBA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA4D; }
p { color: rgb(206,186,77); }
H1.HeaderClassName
{
color: #CEBA4D;
}
.AnyTagClassName
{
color: #CEBA4D;
}
</style>
background-color css
<style>
a { background-color: #CEBA4D; }
a { background-color: rgb(206,186,77); }
div.DivClassName
{
background-color: #CEBA4D;
}
.BgClassName
{
background-color: #CEBA4D;
}
</style>
border-color css
<style>
span { border-color: #CEBA4D; }
span { border-color: rgb(206,186,77); }
td.TdClassName
{
border-color: #CEBA4D;
}
.TagClassName
{
border-color: #CEBA4D;
}
</style>