Shades of Old Gold #CEB93F
Tints of Old Gold #CEB93F
RGB
CMYK
RGB Variations
Color information
#CEB93F (or 0xCEB93F) is known color: Old Gold. HEX triplet: CE, B9 and 3F. RGB value is (206,185,63). Sum of RGB (Red+Green+Blue) = 206+185+63=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 63 (25% from 255 or 13.88% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB93F is #3146C0. Grayscale: #B1B1B1. Windows color (decimal): -3229377 or 4176334. OLE color: 4176334.
HSL color Cylindrical-coordinate representation of color #CEB93F: hue angle of 51.19º 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 #CEB93F is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 63 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.19 |
| HSL | 51.19º | 0.59% | 0.53% | - |
| HSV(B) | 51.19º | 0.69% | 0.81% | - |
| XYZ | 43.7 | 48.18 | 11.7 | - |
| YUV | 177.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 63 | 0 | 0.10 | 0.69 | 0.19 | 51.19 | 0.59 | 0.53 |
| Hex | CE | B9 | 3F | 0 | A | 45 | 13 | 33 | 3B | 35 |
| Octal | 316 | 271 | 77 | 0 | 12 | 105 | 23 | 63 | 73 | 65 |
| Binary | 11001110 | 10111001 | 111111 | 0 | 1010 | 1000101 | 10011 | 110011 | 111011 | 110101 |
Color Harmonies of #CEB93F
Complementary color
Monochromatic Colors of #CEB93F
Black with #CEB93F
Text Example
Text Example
White with #CEB93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB93F; }
p { color: rgb(206,185,63); }
H1.HeaderClassName
{
color: #CEB93F;
}
.AnyTagClassName
{
color: #CEB93F;
}
</style>
background-color css
<style>
a { background-color: #CEB93F; }
a { background-color: rgb(206,185,63); }
div.DivClassName
{
background-color: #CEB93F;
}
.BgClassName
{
background-color: #CEB93F;
}
</style>
border-color css
<style>
span { border-color: #CEB93F; }
span { border-color: rgb(206,185,63); }
td.TdClassName
{
border-color: #CEB93F;
}
.TagClassName
{
border-color: #CEB93F;
}
</style>