Shades of Old Gold #CEB836
Tints of Old Gold #CEB836
RGB
CMYK
RGB Variations
Color information
#CEB836 (or 0xCEB836) is known color: Old Gold. HEX triplet: CE, B8 and 36. RGB value is (206,184,54). Sum of RGB (Red+Green+Blue) = 206+184+54=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB836 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB836 is #3147C9. Grayscale: #B0B0B0. Windows color (decimal): -3229642 or 3586254. OLE color: 3586254.
HSL color Cylindrical-coordinate representation of color #CEB836: hue angle of 51.32º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CEB836 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 54 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.19 |
| HSL | 51.32º | 0.61% | 0.51% | - |
| HSV(B) | 51.32º | 0.74% | 0.81% | - |
| XYZ | 43.26 | 47.67 | 10.41 | - |
| YUV | 175.76 | 59.29 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 54 | 0 | 0.11 | 0.74 | 0.19 | 51.32 | 0.61 | 0.51 |
| Hex | CE | B8 | 36 | 0 | B | 4A | 13 | 33 | 3D | 33 |
| Octal | 316 | 270 | 66 | 0 | 13 | 112 | 23 | 63 | 75 | 63 |
| Binary | 11001110 | 10111000 | 110110 | 0 | 1011 | 1001010 | 10011 | 110011 | 111101 | 110011 |
Color Harmonies of #CEB836
Complementary color
Monochromatic Colors of #CEB836
Black with #CEB836
Text Example
Text Example
White with #CEB836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB836; }
p { color: rgb(206,184,54); }
H1.HeaderClassName
{
color: #CEB836;
}
.AnyTagClassName
{
color: #CEB836;
}
</style>
background-color css
<style>
a { background-color: #CEB836; }
a { background-color: rgb(206,184,54); }
div.DivClassName
{
background-color: #CEB836;
}
.BgClassName
{
background-color: #CEB836;
}
</style>
border-color css
<style>
span { border-color: #CEB836; }
span { border-color: rgb(206,184,54); }
td.TdClassName
{
border-color: #CEB836;
}
.TagClassName
{
border-color: #CEB836;
}
</style>