Shades of Old Gold #CEB039
Tints of Old Gold #CEB039
RGB
CMYK
RGB Variations
Color information
#CEB039 (or 0xCEB039) is known color: Old Gold. HEX triplet: CE, B0 and 39. RGB value is (206,176,57). Sum of RGB (Red+Green+Blue) = 206+176+57=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 57 (22.66% from 255 or 12.98% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB039 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB039 is #314FC6. Grayscale: #ABABAB. Windows color (decimal): -3231687 or 3780814. OLE color: 3780814.
HSL color Cylindrical-coordinate representation of color #CEB039: hue angle of 47.92º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEB039 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 57 | - |
| CMYK | 0 | 0.15 | 0.72 | 0.19 |
| HSL | 47.92º | 0.6% | 0.52% | - |
| HSV(B) | 47.92º | 0.72% | 0.81% | - |
| XYZ | 41.72 | 44.47 | 10.26 | - |
| YUV | 171.4 | 63.44 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 57 | 0 | 0.15 | 0.72 | 0.19 | 47.92 | 0.6 | 0.52 |
| Hex | CE | B0 | 39 | 0 | F | 48 | 13 | 30 | 3C | 34 |
| Octal | 316 | 260 | 71 | 0 | 17 | 110 | 23 | 60 | 74 | 64 |
| Binary | 11001110 | 10110000 | 111001 | 0 | 1111 | 1001000 | 10011 | 110000 | 111100 | 110100 |
Color Harmonies of #CEB039
Complementary color
Monochromatic Colors of #CEB039
Black with #CEB039
Text Example
Text Example
White with #CEB039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB039; }
p { color: rgb(206,176,57); }
H1.HeaderClassName
{
color: #CEB039;
}
.AnyTagClassName
{
color: #CEB039;
}
</style>
background-color css
<style>
a { background-color: #CEB039; }
a { background-color: rgb(206,176,57); }
div.DivClassName
{
background-color: #CEB039;
}
.BgClassName
{
background-color: #CEB039;
}
</style>
border-color css
<style>
span { border-color: #CEB039; }
span { border-color: rgb(206,176,57); }
td.TdClassName
{
border-color: #CEB039;
}
.TagClassName
{
border-color: #CEB039;
}
</style>