Shades of Old Gold #CEB339
Tints of Old Gold #CEB339
RGB
CMYK
RGB Variations
Color information
#CEB339 (or 0xCEB339) is known color: Old Gold. HEX triplet: CE, B3 and 39. RGB value is (206,179,57). Sum of RGB (Red+Green+Blue) = 206+179+57=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 179 (70.31% from 255 or 40.50% from 442); Blue value is 57 (22.66% from 255 or 12.90% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB339 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB339 is #314CC6. Grayscale: #ADADAD. Windows color (decimal): -3230919 or 3781582. OLE color: 3781582.
HSL color Cylindrical-coordinate representation of color #CEB339: hue angle of 49.13º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CEB339 is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 179 | 57 | - |
| CMYK | 0 | 0.13 | 0.72 | 0.19 |
| HSL | 49.13º | 0.6% | 0.52% | - |
| HSV(B) | 49.13º | 0.72% | 0.81% | - |
| XYZ | 42.31 | 45.66 | 10.45 | - |
| YUV | 173.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 179 | 57 | 0 | 0.13 | 0.72 | 0.19 | 49.13 | 0.6 | 0.52 |
| Hex | CE | B3 | 39 | 0 | D | 48 | 13 | 31 | 3C | 34 |
| Octal | 316 | 263 | 71 | 0 | 15 | 110 | 23 | 61 | 74 | 64 |
| Binary | 11001110 | 10110011 | 111001 | 0 | 1101 | 1001000 | 10011 | 110001 | 111100 | 110100 |
Color Harmonies of #CEB339
Complementary color
Monochromatic Colors of #CEB339
Black with #CEB339
Text Example
Text Example
White with #CEB339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB339; }
p { color: rgb(206,179,57); }
H1.HeaderClassName
{
color: #CEB339;
}
.AnyTagClassName
{
color: #CEB339;
}
</style>
background-color css
<style>
a { background-color: #CEB339; }
a { background-color: rgb(206,179,57); }
div.DivClassName
{
background-color: #CEB339;
}
.BgClassName
{
background-color: #CEB339;
}
</style>
border-color css
<style>
span { border-color: #CEB339; }
span { border-color: rgb(206,179,57); }
td.TdClassName
{
border-color: #CEB339;
}
.TagClassName
{
border-color: #CEB339;
}
</style>