Shades of Old Gold #CEBA2F
Tints of Old Gold #CEBA2F
RGB
CMYK
RGB Variations
Color information
#CEBA2F (or 0xCEBA2F) is known color: Old Gold. HEX triplet: CE, BA and 2F. RGB value is (206,186,47). Sum of RGB (Red+Green+Blue) = 206+186+47=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 47 (18.75% from 255 or 10.71% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA2F is #3145D0. Grayscale: #B0B0B0. Windows color (decimal): -3229137 or 3128014. OLE color: 3128014.
HSL color Cylindrical-coordinate representation of color #CEBA2F: hue angle of 52.45º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEBA2F is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 47 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.19 |
| HSL | 52.45º | 0.63% | 0.5% | - |
| HSV(B) | 52.45º | 0.77% | 0.81% | - |
| XYZ | 43.53 | 48.44 | 9.75 | - |
| YUV | 176.13 | 55.13 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 47 | 0 | 0.10 | 0.77 | 0.19 | 52.45 | 0.63 | 0.5 |
| Hex | CE | BA | 2F | 0 | A | 4D | 13 | 34 | 3F | 32 |
| Octal | 316 | 272 | 57 | 0 | 12 | 115 | 23 | 64 | 77 | 62 |
| Binary | 11001110 | 10111010 | 101111 | 0 | 1010 | 1001101 | 10011 | 110100 | 111111 | 110010 |
Color Harmonies of #CEBA2F
Complementary color
Monochromatic Colors of #CEBA2F
Black with #CEBA2F
Text Example
Text Example
White with #CEBA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA2F; }
p { color: rgb(206,186,47); }
H1.HeaderClassName
{
color: #CEBA2F;
}
.AnyTagClassName
{
color: #CEBA2F;
}
</style>
background-color css
<style>
a { background-color: #CEBA2F; }
a { background-color: rgb(206,186,47); }
div.DivClassName
{
background-color: #CEBA2F;
}
.BgClassName
{
background-color: #CEBA2F;
}
</style>
border-color css
<style>
span { border-color: #CEBA2F; }
span { border-color: rgb(206,186,47); }
td.TdClassName
{
border-color: #CEBA2F;
}
.TagClassName
{
border-color: #CEBA2F;
}
</style>