Shades of Old Gold #CEBA3F
Tints of Old Gold #CEBA3F
RGB
CMYK
RGB Variations
Color information
#CEBA3F (or 0xCEBA3F) is known color: Old Gold. HEX triplet: CE, BA and 3F. RGB value is (206,186,63). Sum of RGB (Red+Green+Blue) = 206+186+63=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA3F is #3145C0. Grayscale: #B2B2B2. Windows color (decimal): -3229121 or 4176590. OLE color: 4176590.
HSL color Cylindrical-coordinate representation of color #CEBA3F: hue angle of 51.61º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEBA3F is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 63 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.19 |
| HSL | 51.61º | 0.59% | 0.53% | - |
| HSV(B) | 51.61º | 0.69% | 0.81% | - |
| XYZ | 43.91 | 48.6 | 11.77 | - |
| YUV | 177.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 63 | 0 | 0.10 | 0.69 | 0.19 | 51.61 | 0.59 | 0.53 |
| Hex | CE | BA | 3F | 0 | A | 45 | 13 | 34 | 3B | 35 |
| Octal | 316 | 272 | 77 | 0 | 12 | 105 | 23 | 64 | 73 | 65 |
| Binary | 11001110 | 10111010 | 111111 | 0 | 1010 | 1000101 | 10011 | 110100 | 111011 | 110101 |
Color Harmonies of #CEBA3F
Complementary color
Monochromatic Colors of #CEBA3F
Black with #CEBA3F
Text Example
Text Example
White with #CEBA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA3F; }
p { color: rgb(206,186,63); }
H1.HeaderClassName
{
color: #CEBA3F;
}
.AnyTagClassName
{
color: #CEBA3F;
}
</style>
background-color css
<style>
a { background-color: #CEBA3F; }
a { background-color: rgb(206,186,63); }
div.DivClassName
{
background-color: #CEBA3F;
}
.BgClassName
{
background-color: #CEBA3F;
}
</style>
border-color css
<style>
span { border-color: #CEBA3F; }
span { border-color: rgb(206,186,63); }
td.TdClassName
{
border-color: #CEBA3F;
}
.TagClassName
{
border-color: #CEBA3F;
}
</style>