Shades of Old Gold #CEB62E
Tints of Old Gold #CEB62E
RGB
CMYK
RGB Variations
Color information
#CEB62E (or 0xCEB62E) is known color: Old Gold. HEX triplet: CE, B6 and 2E. RGB value is (206,182,46). Sum of RGB (Red+Green+Blue) = 206+182+46=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 182 (71.48% from 255 or 41.94% from 434); Blue value is 46 (18.36% from 255 or 10.60% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB62E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB62E is #3149D1. Grayscale: #AEAEAE. Windows color (decimal): -3230162 or 3061454. OLE color: 3061454.
HSL color Cylindrical-coordinate representation of color #CEB62E: hue angle of 51º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEB62E is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 46 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.19 |
| HSL | 51º | 0.63% | 0.49% | - |
| HSV(B) | 51º | 0.78% | 0.81% | - |
| XYZ | 42.67 | 46.77 | 9.36 | - |
| YUV | 173.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 46 | 0 | 0.12 | 0.78 | 0.19 | 51 | 0.63 | 0.49 |
| Hex | CE | B6 | 2E | 0 | C | 4E | 13 | 33 | 3F | 31 |
| Octal | 316 | 266 | 56 | 0 | 14 | 116 | 23 | 63 | 77 | 61 |
| Binary | 11001110 | 10110110 | 101110 | 0 | 1100 | 1001110 | 10011 | 110011 | 111111 | 110001 |
Color Harmonies of #CEB62E
Complementary color
Monochromatic Colors of #CEB62E
Black with #CEB62E
Text Example
Text Example
White with #CEB62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB62E; }
p { color: rgb(206,182,46); }
H1.HeaderClassName
{
color: #CEB62E;
}
.AnyTagClassName
{
color: #CEB62E;
}
</style>
background-color css
<style>
a { background-color: #CEB62E; }
a { background-color: rgb(206,182,46); }
div.DivClassName
{
background-color: #CEB62E;
}
.BgClassName
{
background-color: #CEB62E;
}
</style>
border-color css
<style>
span { border-color: #CEB62E; }
span { border-color: rgb(206,182,46); }
td.TdClassName
{
border-color: #CEB62E;
}
.TagClassName
{
border-color: #CEB62E;
}
</style>