Shades of Old Gold #CEB040
Tints of Old Gold #CEB040
RGB
CMYK
RGB Variations
Color information
#CEB040 (or 0xCEB040) is known color: Old Gold. HEX triplet: CE, B0 and 40. RGB value is (206,176,64). Sum of RGB (Red+Green+Blue) = 206+176+64=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB040 is #314FBF. Grayscale: #ACACAC. Windows color (decimal): -3231680 or 4239566. OLE color: 4239566.
HSL color Cylindrical-coordinate representation of color #CEB040: hue angle of 47.32º 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 #CEB040 is Cyan = 0, Magento = 0.15, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 64 | - |
| CMYK | 0 | 0.15 | 0.69 | 0.19 |
| HSL | 47.32º | 0.59% | 0.53% | - |
| HSV(B) | 47.32º | 0.69% | 0.81% | - |
| XYZ | 41.9 | 44.54 | 11.24 | - |
| YUV | 172.2 | 66.94 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 64 | 0 | 0.15 | 0.69 | 0.19 | 47.32 | 0.59 | 0.53 |
| Hex | CE | B0 | 40 | 0 | F | 45 | 13 | 2F | 3B | 35 |
| Octal | 316 | 260 | 100 | 0 | 17 | 105 | 23 | 57 | 73 | 65 |
| Binary | 11001110 | 10110000 | 1000000 | 0 | 1111 | 1000101 | 10011 | 101111 | 111011 | 110101 |
Color Harmonies of #CEB040
Complementary color
Monochromatic Colors of #CEB040
Black with #CEB040
Text Example
Text Example
White with #CEB040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB040; }
p { color: rgb(206,176,64); }
H1.HeaderClassName
{
color: #CEB040;
}
.AnyTagClassName
{
color: #CEB040;
}
</style>
background-color css
<style>
a { background-color: #CEB040; }
a { background-color: rgb(206,176,64); }
div.DivClassName
{
background-color: #CEB040;
}
.BgClassName
{
background-color: #CEB040;
}
</style>
border-color css
<style>
span { border-color: #CEB040; }
span { border-color: rgb(206,176,64); }
td.TdClassName
{
border-color: #CEB040;
}
.TagClassName
{
border-color: #CEB040;
}
</style>