Shades of Old Gold #CEB640
Tints of Old Gold #CEB640
RGB
CMYK
RGB Variations
Color information
#CEB640 (or 0xCEB640) is known color: Old Gold. HEX triplet: CE, B6 and 40. RGB value is (206,182,64). Sum of RGB (Red+Green+Blue) = 206+182+64=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 64 (25.39% from 255 or 14.16% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB640 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB640 is #3149BF. Grayscale: #B0B0B0. Windows color (decimal): -3230144 or 4241102. OLE color: 4241102.
HSL color Cylindrical-coordinate representation of color #CEB640: hue angle of 49.86º 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 #CEB640 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 64 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.19 |
| HSL | 49.86º | 0.59% | 0.53% | - |
| HSV(B) | 49.86º | 0.69% | 0.81% | - |
| XYZ | 43.11 | 46.95 | 11.64 | - |
| YUV | 175.72 | 64.95 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 64 | 0 | 0.12 | 0.69 | 0.19 | 49.86 | 0.59 | 0.53 |
| Hex | CE | B6 | 40 | 0 | C | 45 | 13 | 32 | 3B | 35 |
| Octal | 316 | 266 | 100 | 0 | 14 | 105 | 23 | 62 | 73 | 65 |
| Binary | 11001110 | 10110110 | 1000000 | 0 | 1100 | 1000101 | 10011 | 110010 | 111011 | 110101 |
Color Harmonies of #CEB640
Complementary color
Monochromatic Colors of #CEB640
Black with #CEB640
Text Example
Text Example
White with #CEB640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB640; }
p { color: rgb(206,182,64); }
H1.HeaderClassName
{
color: #CEB640;
}
.AnyTagClassName
{
color: #CEB640;
}
</style>
background-color css
<style>
a { background-color: #CEB640; }
a { background-color: rgb(206,182,64); }
div.DivClassName
{
background-color: #CEB640;
}
.BgClassName
{
background-color: #CEB640;
}
</style>
border-color css
<style>
span { border-color: #CEB640; }
span { border-color: rgb(206,182,64); }
td.TdClassName
{
border-color: #CEB640;
}
.TagClassName
{
border-color: #CEB640;
}
</style>