Shades of Old Gold #CEB62C
Tints of Old Gold #CEB62C
RGB
CMYK
RGB Variations
Color information
#CEB62C (or 0xCEB62C) is known color: Old Gold. HEX triplet: CE, B6 and 2C. RGB value is (206,182,44). Sum of RGB (Red+Green+Blue) = 206+182+44=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 182 (71.48% from 255 or 42.13% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB62C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB62C is #3149D3. Grayscale: #AEAEAE. Windows color (decimal): -3230164 or 2930382. OLE color: 2930382.
HSL color Cylindrical-coordinate representation of color #CEB62C: hue angle of 51.11º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CEB62C is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 44 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.19 |
| HSL | 51.11º | 0.65% | 0.49% | - |
| HSV(B) | 51.11º | 0.79% | 0.81% | - |
| XYZ | 42.64 | 46.76 | 9.16 | - |
| YUV | 173.44 | 54.95 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 44 | 0 | 0.12 | 0.79 | 0.19 | 51.11 | 0.65 | 0.49 |
| Hex | CE | B6 | 2C | 0 | C | 4F | 13 | 33 | 41 | 31 |
| Octal | 316 | 266 | 54 | 0 | 14 | 117 | 23 | 63 | 101 | 61 |
| Binary | 11001110 | 10110110 | 101100 | 0 | 1100 | 1001111 | 10011 | 110011 | 1000001 | 110001 |
Color Harmonies of #CEB62C
Complementary color
Monochromatic Colors of #CEB62C
Black with #CEB62C
Text Example
Text Example
White with #CEB62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB62C; }
p { color: rgb(206,182,44); }
H1.HeaderClassName
{
color: #CEB62C;
}
.AnyTagClassName
{
color: #CEB62C;
}
</style>
background-color css
<style>
a { background-color: #CEB62C; }
a { background-color: rgb(206,182,44); }
div.DivClassName
{
background-color: #CEB62C;
}
.BgClassName
{
background-color: #CEB62C;
}
</style>
border-color css
<style>
span { border-color: #CEB62C; }
span { border-color: rgb(206,182,44); }
td.TdClassName
{
border-color: #CEB62C;
}
.TagClassName
{
border-color: #CEB62C;
}
</style>