Shades of Old Gold #CEB338
Tints of Old Gold #CEB338
RGB
CMYK
RGB Variations
Color information
#CEB338 (or 0xCEB338) is known color: Old Gold. HEX triplet: CE, B3 and 38. RGB value is (206,179,56). Sum of RGB (Red+Green+Blue) = 206+179+56=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB338 is #314CC7. Grayscale: #ADADAD. Windows color (decimal): -3230920 or 3716046. OLE color: 3716046.
HSL color Cylindrical-coordinate representation of color #CEB338: hue angle of 49.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEB338 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 56 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.19 |
| HSL | 49.2º | 0.6% | 0.51% | - |
| HSV(B) | 49.2º | 0.73% | 0.81% | - |
| XYZ | 42.29 | 45.65 | 10.32 | - |
| YUV | 173.05 | 61.95 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 56 | 0 | 0.13 | 0.73 | 0.19 | 49.2 | 0.6 | 0.51 |
| Hex | CE | B3 | 38 | 0 | D | 49 | 13 | 31 | 3C | 33 |
| Octal | 316 | 263 | 70 | 0 | 15 | 111 | 23 | 61 | 74 | 63 |
| Binary | 11001110 | 10110011 | 111000 | 0 | 1101 | 1001001 | 10011 | 110001 | 111100 | 110011 |
Color Harmonies of #CEB338
Complementary color
Monochromatic Colors of #CEB338
Black with #CEB338
Text Example
Text Example
White with #CEB338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB338; }
p { color: rgb(206,179,56); }
H1.HeaderClassName
{
color: #CEB338;
}
.AnyTagClassName
{
color: #CEB338;
}
</style>
background-color css
<style>
a { background-color: #CEB338; }
a { background-color: rgb(206,179,56); }
div.DivClassName
{
background-color: #CEB338;
}
.BgClassName
{
background-color: #CEB338;
}
</style>
border-color css
<style>
span { border-color: #CEB338; }
span { border-color: rgb(206,179,56); }
td.TdClassName
{
border-color: #CEB338;
}
.TagClassName
{
border-color: #CEB338;
}
</style>