Shades of Old Gold #CEB837
Tints of Old Gold #CEB837
RGB
CMYK
RGB Variations
Color information
#CEB837 (or 0xCEB837) is known color: Old Gold. HEX triplet: CE, B8 and 37. RGB value is (206,184,55). Sum of RGB (Red+Green+Blue) = 206+184+55=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 55 (21.88% from 255 or 12.36% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB837 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB837 is #3147C8. Grayscale: #B0B0B0. Windows color (decimal): -3229641 or 3651790. OLE color: 3651790.
HSL color Cylindrical-coordinate representation of color #CEB837: hue angle of 51.26º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEB837 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 55 | - |
| CMYK | 0 | 0.11 | 0.73 | 0.19 |
| HSL | 51.26º | 0.61% | 0.51% | - |
| HSV(B) | 51.26º | 0.73% | 0.81% | - |
| XYZ | 43.28 | 47.68 | 10.54 | - |
| YUV | 175.87 | 59.79 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 55 | 0 | 0.11 | 0.73 | 0.19 | 51.26 | 0.61 | 0.51 |
| Hex | CE | B8 | 37 | 0 | B | 49 | 13 | 33 | 3D | 33 |
| Octal | 316 | 270 | 67 | 0 | 13 | 111 | 23 | 63 | 75 | 63 |
| Binary | 11001110 | 10111000 | 110111 | 0 | 1011 | 1001001 | 10011 | 110011 | 111101 | 110011 |
Color Harmonies of #CEB837
Complementary color
Monochromatic Colors of #CEB837
Black with #CEB837
Text Example
Text Example
White with #CEB837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB837; }
p { color: rgb(206,184,55); }
H1.HeaderClassName
{
color: #CEB837;
}
.AnyTagClassName
{
color: #CEB837;
}
</style>
background-color css
<style>
a { background-color: #CEB837; }
a { background-color: rgb(206,184,55); }
div.DivClassName
{
background-color: #CEB837;
}
.BgClassName
{
background-color: #CEB837;
}
</style>
border-color css
<style>
span { border-color: #CEB837; }
span { border-color: rgb(206,184,55); }
td.TdClassName
{
border-color: #CEB837;
}
.TagClassName
{
border-color: #CEB837;
}
</style>