Shades of Old Gold #CEBA30
Tints of Old Gold #CEBA30
RGB
CMYK
RGB Variations
Color information
#CEBA30 (or 0xCEBA30) is known color: Old Gold. HEX triplet: CE, BA and 30. RGB value is (206,186,48). Sum of RGB (Red+Green+Blue) = 206+186+48=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBA30 is #3145CF. Grayscale: #B0B0B0. Windows color (decimal): -3229136 or 3193550. OLE color: 3193550.
HSL color Cylindrical-coordinate representation of color #CEBA30: hue angle of 52.41º degrees, saturation: 0.62, 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 #CEBA30 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 186 | 48 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.19 |
| HSL | 52.41º | 0.62% | 0.5% | - |
| HSV(B) | 52.41º | 0.77% | 0.81% | - |
| XYZ | 43.55 | 48.45 | 9.85 | - |
| YUV | 176.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 186 | 48 | 0 | 0.10 | 0.77 | 0.19 | 52.41 | 0.62 | 0.5 |
| Hex | CE | BA | 30 | 0 | A | 4D | 13 | 34 | 3E | 32 |
| Octal | 316 | 272 | 60 | 0 | 12 | 115 | 23 | 64 | 76 | 62 |
| Binary | 11001110 | 10111010 | 110000 | 0 | 1010 | 1001101 | 10011 | 110100 | 111110 | 110010 |
Color Harmonies of #CEBA30
Complementary color
Monochromatic Colors of #CEBA30
Black with #CEBA30
Text Example
Text Example
White with #CEBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBA30; }
p { color: rgb(206,186,48); }
H1.HeaderClassName
{
color: #CEBA30;
}
.AnyTagClassName
{
color: #CEBA30;
}
</style>
background-color css
<style>
a { background-color: #CEBA30; }
a { background-color: rgb(206,186,48); }
div.DivClassName
{
background-color: #CEBA30;
}
.BgClassName
{
background-color: #CEBA30;
}
</style>
border-color css
<style>
span { border-color: #CEBA30; }
span { border-color: rgb(206,186,48); }
td.TdClassName
{
border-color: #CEBA30;
}
.TagClassName
{
border-color: #CEBA30;
}
</style>