Shades of Old Gold #CEB83E
Tints of Old Gold #CEB83E
RGB
CMYK
RGB Variations
Color information
#CEB83E (or 0xCEB83E) is known color: Old Gold. HEX triplet: CE, B8 and 3E. RGB value is (206,184,62). Sum of RGB (Red+Green+Blue) = 206+184+62=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 62 (24.61% from 255 or 13.72% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB83E is #3147C1. Grayscale: #B1B1B1. Windows color (decimal): -3229634 or 4110542. OLE color: 4110542.
HSL color Cylindrical-coordinate representation of color #CEB83E: hue angle of 50.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEB83E is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 62 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.19 |
| HSL | 50.83º | 0.6% | 0.53% | - |
| HSV(B) | 50.83º | 0.7% | 0.81% | - |
| XYZ | 43.46 | 47.75 | 11.48 | - |
| YUV | 176.67 | 63.29 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 62 | 0 | 0.11 | 0.70 | 0.19 | 50.83 | 0.6 | 0.53 |
| Hex | CE | B8 | 3E | 0 | B | 46 | 13 | 33 | 3C | 35 |
| Octal | 316 | 270 | 76 | 0 | 13 | 106 | 23 | 63 | 74 | 65 |
| Binary | 11001110 | 10111000 | 111110 | 0 | 1011 | 1000110 | 10011 | 110011 | 111100 | 110101 |
Color Harmonies of #CEB83E
Complementary color
Monochromatic Colors of #CEB83E
Black with #CEB83E
Text Example
Text Example
White with #CEB83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB83E; }
p { color: rgb(206,184,62); }
H1.HeaderClassName
{
color: #CEB83E;
}
.AnyTagClassName
{
color: #CEB83E;
}
</style>
background-color css
<style>
a { background-color: #CEB83E; }
a { background-color: rgb(206,184,62); }
div.DivClassName
{
background-color: #CEB83E;
}
.BgClassName
{
background-color: #CEB83E;
}
</style>
border-color css
<style>
span { border-color: #CEB83E; }
span { border-color: rgb(206,184,62); }
td.TdClassName
{
border-color: #CEB83E;
}
.TagClassName
{
border-color: #CEB83E;
}
</style>