Shades of Old Gold #CEB932
Tints of Old Gold #CEB932
RGB
CMYK
RGB Variations
Color information
#CEB932 (or 0xCEB932) is known color: Old Gold. HEX triplet: CE, B9 and 32. RGB value is (206,185,50). Sum of RGB (Red+Green+Blue) = 206+185+50=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB932 is #3146CD. Grayscale: #B0B0B0. Windows color (decimal): -3229390 or 3324366. OLE color: 3324366.
HSL color Cylindrical-coordinate representation of color #CEB932: hue angle of 51.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEB932 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 50 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.19 |
| HSL | 51.92º | 0.61% | 0.5% | - |
| HSV(B) | 51.92º | 0.76% | 0.81% | - |
| XYZ | 43.38 | 48.05 | 10.01 | - |
| YUV | 175.89 | 56.96 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 50 | 0 | 0.10 | 0.76 | 0.19 | 51.92 | 0.61 | 0.5 |
| Hex | CE | B9 | 32 | 0 | A | 4C | 13 | 34 | 3D | 32 |
| Octal | 316 | 271 | 62 | 0 | 12 | 114 | 23 | 64 | 75 | 62 |
| Binary | 11001110 | 10111001 | 110010 | 0 | 1010 | 1001100 | 10011 | 110100 | 111101 | 110010 |
Color Harmonies of #CEB932
Complementary color
Monochromatic Colors of #CEB932
Black with #CEB932
Text Example
Text Example
White with #CEB932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB932; }
p { color: rgb(206,185,50); }
H1.HeaderClassName
{
color: #CEB932;
}
.AnyTagClassName
{
color: #CEB932;
}
</style>
background-color css
<style>
a { background-color: #CEB932; }
a { background-color: rgb(206,185,50); }
div.DivClassName
{
background-color: #CEB932;
}
.BgClassName
{
background-color: #CEB932;
}
</style>
border-color css
<style>
span { border-color: #CEB932; }
span { border-color: rgb(206,185,50); }
td.TdClassName
{
border-color: #CEB932;
}
.TagClassName
{
border-color: #CEB932;
}
</style>