Shades of Old Gold #CEB840
Tints of Old Gold #CEB840
RGB
CMYK
RGB Variations
Color information
#CEB840 (or 0xCEB840) is known color: Old Gold. HEX triplet: CE, B8 and 40. RGB value is (206,184,64). Sum of RGB (Red+Green+Blue) = 206+184+64=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 64 (25.39% from 255 or 14.10% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB840 is #3147BF. Grayscale: #B1B1B1. Windows color (decimal): -3229632 or 4241614. OLE color: 4241614.
HSL color Cylindrical-coordinate representation of color #CEB840: hue angle of 50.7º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEB840 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 64 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.19 |
| HSL | 50.7º | 0.59% | 0.53% | - |
| HSV(B) | 50.7º | 0.69% | 0.81% | - |
| XYZ | 43.52 | 47.77 | 11.78 | - |
| YUV | 176.9 | 64.29 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 64 | 0 | 0.11 | 0.69 | 0.19 | 50.7 | 0.59 | 0.53 |
| Hex | CE | B8 | 40 | 0 | B | 45 | 13 | 33 | 3B | 35 |
| Octal | 316 | 270 | 100 | 0 | 13 | 105 | 23 | 63 | 73 | 65 |
| Binary | 11001110 | 10111000 | 1000000 | 0 | 1011 | 1000101 | 10011 | 110011 | 111011 | 110101 |
Color Harmonies of #CEB840
Complementary color
Monochromatic Colors of #CEB840
Black with #CEB840
Text Example
Text Example
White with #CEB840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB840; }
p { color: rgb(206,184,64); }
H1.HeaderClassName
{
color: #CEB840;
}
.AnyTagClassName
{
color: #CEB840;
}
</style>
background-color css
<style>
a { background-color: #CEB840; }
a { background-color: rgb(206,184,64); }
div.DivClassName
{
background-color: #CEB840;
}
.BgClassName
{
background-color: #CEB840;
}
</style>
border-color css
<style>
span { border-color: #CEB840; }
span { border-color: rgb(206,184,64); }
td.TdClassName
{
border-color: #CEB840;
}
.TagClassName
{
border-color: #CEB840;
}
</style>