Shades of Old Gold #CEB845
Tints of Old Gold #CEB845
RGB
CMYK
RGB Variations
Color information
#CEB845 (or 0xCEB845) is known color: Old Gold. HEX triplet: CE, B8 and 45. RGB value is (206,184,69). Sum of RGB (Red+Green+Blue) = 206+184+69=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 184 (72.27% from 255 or 40.09% from 459); Blue value is 69 (27.34% from 255 or 15.03% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB845 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB845 is #3147BA. Grayscale: #B1B1B1. Windows color (decimal): -3229627 or 4569294. OLE color: 4569294.
HSL color Cylindrical-coordinate representation of color #CEB845: hue angle of 50.36º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEB845 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 69 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.19 |
| HSL | 50.36º | 0.58% | 0.54% | - |
| HSV(B) | 50.36º | 0.67% | 0.81% | - |
| XYZ | 43.67 | 47.83 | 12.56 | - |
| YUV | 177.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 69 | 0 | 0.11 | 0.67 | 0.19 | 50.36 | 0.58 | 0.54 |
| Hex | CE | B8 | 45 | 0 | B | 43 | 13 | 32 | 3A | 36 |
| Octal | 316 | 270 | 105 | 0 | 13 | 103 | 23 | 62 | 72 | 66 |
| Binary | 11001110 | 10111000 | 1000101 | 0 | 1011 | 1000011 | 10011 | 110010 | 111010 | 110110 |
Color Harmonies of #CEB845
Complementary color
Monochromatic Colors of #CEB845
Black with #CEB845
Text Example
Text Example
White with #CEB845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB845; }
p { color: rgb(206,184,69); }
H1.HeaderClassName
{
color: #CEB845;
}
.AnyTagClassName
{
color: #CEB845;
}
</style>
background-color css
<style>
a { background-color: #CEB845; }
a { background-color: rgb(206,184,69); }
div.DivClassName
{
background-color: #CEB845;
}
.BgClassName
{
background-color: #CEB845;
}
</style>
border-color css
<style>
span { border-color: #CEB845; }
span { border-color: rgb(206,184,69); }
td.TdClassName
{
border-color: #CEB845;
}
.TagClassName
{
border-color: #CEB845;
}
</style>