Shades of Old Gold #CEC039
Tints of Old Gold #CEC039
RGB
CMYK
RGB Variations
Color information
#CEC039 (or 0xCEC039) is known color: Old Gold. HEX triplet: CE, C0 and 39. RGB value is (206,192,57). Sum of RGB (Red+Green+Blue) = 206+192+57=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC039 is #313FC6. Grayscale: #B5B5B5. Windows color (decimal): -3227591 or 3784910. OLE color: 3784910.
HSL color Cylindrical-coordinate representation of color #CEC039: hue angle of 54.36º 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 #CEC039 is Cyan = 0, Magento = 0.07, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 57 | - |
| CMYK | 0 | 0.07 | 0.72 | 0.19 |
| HSL | 54.36º | 0.6% | 0.52% | - |
| HSV(B) | 54.36º | 0.72% | 0.81% | - |
| XYZ | 45.04 | 51.12 | 11.36 | - |
| YUV | 180.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 57 | 0 | 0.07 | 0.72 | 0.19 | 54.36 | 0.6 | 0.52 |
| Hex | CE | C0 | 39 | 0 | 7 | 48 | 13 | 36 | 3C | 34 |
| Octal | 316 | 300 | 71 | 0 | 7 | 110 | 23 | 66 | 74 | 64 |
| Binary | 11001110 | 11000000 | 111001 | 0 | 111 | 1001000 | 10011 | 110110 | 111100 | 110100 |
Color Harmonies of #CEC039
Complementary color
Monochromatic Colors of #CEC039
Black with #CEC039
Text Example
Text Example
White with #CEC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC039; }
p { color: rgb(206,192,57); }
H1.HeaderClassName
{
color: #CEC039;
}
.AnyTagClassName
{
color: #CEC039;
}
</style>
background-color css
<style>
a { background-color: #CEC039; }
a { background-color: rgb(206,192,57); }
div.DivClassName
{
background-color: #CEC039;
}
.BgClassName
{
background-color: #CEC039;
}
</style>
border-color css
<style>
span { border-color: #CEC039; }
span { border-color: rgb(206,192,57); }
td.TdClassName
{
border-color: #CEC039;
}
.TagClassName
{
border-color: #CEC039;
}
</style>