Shades of Old Gold #CEB53B
Tints of Old Gold #CEB53B
RGB
CMYK
RGB Variations
Color information
#CEB53B (or 0xCEB53B) is known color: Old Gold. HEX triplet: CE, B5 and 3B. RGB value is (206,181,59). Sum of RGB (Red+Green+Blue) = 206+181+59=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 59 (23.44% from 255 or 13.23% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB53B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB53B is #314AC4. Grayscale: #AFAFAF. Windows color (decimal): -3230405 or 3913166. OLE color: 3913166.
HSL color Cylindrical-coordinate representation of color #CEB53B: hue angle of 49.8º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEB53B is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 59 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.19 |
| HSL | 49.8º | 0.6% | 0.52% | - |
| HSV(B) | 49.8º | 0.71% | 0.81% | - |
| XYZ | 42.77 | 46.49 | 10.86 | - |
| YUV | 174.57 | 62.78 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 59 | 0 | 0.12 | 0.71 | 0.19 | 49.8 | 0.6 | 0.52 |
| Hex | CE | B5 | 3B | 0 | C | 47 | 13 | 32 | 3C | 34 |
| Octal | 316 | 265 | 73 | 0 | 14 | 107 | 23 | 62 | 74 | 64 |
| Binary | 11001110 | 10110101 | 111011 | 0 | 1100 | 1000111 | 10011 | 110010 | 111100 | 110100 |
Color Harmonies of #CEB53B
Complementary color
Monochromatic Colors of #CEB53B
Black with #CEB53B
Text Example
Text Example
White with #CEB53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB53B; }
p { color: rgb(206,181,59); }
H1.HeaderClassName
{
color: #CEB53B;
}
.AnyTagClassName
{
color: #CEB53B;
}
</style>
background-color css
<style>
a { background-color: #CEB53B; }
a { background-color: rgb(206,181,59); }
div.DivClassName
{
background-color: #CEB53B;
}
.BgClassName
{
background-color: #CEB53B;
}
</style>
border-color css
<style>
span { border-color: #CEB53B; }
span { border-color: rgb(206,181,59); }
td.TdClassName
{
border-color: #CEB53B;
}
.TagClassName
{
border-color: #CEB53B;
}
</style>