Shades of Old Gold #CEB82E
Tints of Old Gold #CEB82E
RGB
CMYK
RGB Variations
Color information
#CEB82E (or 0xCEB82E) is known color: Old Gold. HEX triplet: CE, B8 and 2E. RGB value is (206,184,46). Sum of RGB (Red+Green+Blue) = 206+184+46=436 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.25% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB82E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB82E is #3147D1. Grayscale: #AFAFAF. Windows color (decimal): -3229650 or 3061966. OLE color: 3061966.
HSL color Cylindrical-coordinate representation of color #CEB82E: hue angle of 51.75º 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 #CEB82E is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 46 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.19 |
| HSL | 51.75º | 0.63% | 0.49% | - |
| HSV(B) | 51.75º | 0.78% | 0.81% | - |
| XYZ | 43.09 | 47.6 | 9.5 | - |
| YUV | 174.85 | 55.29 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 46 | 0 | 0.11 | 0.78 | 0.19 | 51.75 | 0.63 | 0.49 |
| Hex | CE | B8 | 2E | 0 | B | 4E | 13 | 34 | 3F | 31 |
| Octal | 316 | 270 | 56 | 0 | 13 | 116 | 23 | 64 | 77 | 61 |
| Binary | 11001110 | 10111000 | 101110 | 0 | 1011 | 1001110 | 10011 | 110100 | 111111 | 110001 |
Color Harmonies of #CEB82E
Complementary color
Monochromatic Colors of #CEB82E
Black with #CEB82E
Text Example
Text Example
White with #CEB82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB82E; }
p { color: rgb(206,184,46); }
H1.HeaderClassName
{
color: #CEB82E;
}
.AnyTagClassName
{
color: #CEB82E;
}
</style>
background-color css
<style>
a { background-color: #CEB82E; }
a { background-color: rgb(206,184,46); }
div.DivClassName
{
background-color: #CEB82E;
}
.BgClassName
{
background-color: #CEB82E;
}
</style>
border-color css
<style>
span { border-color: #CEB82E; }
span { border-color: rgb(206,184,46); }
td.TdClassName
{
border-color: #CEB82E;
}
.TagClassName
{
border-color: #CEB82E;
}
</style>